Welcome! Log In Create A New Profile

Advanced

G28 X does not home the X axis

Posted by HansaG 
G28 X does not home the X axis
March 08, 2023 11:34AM
Hi there,

I have a classic Ender 3.
Running Marlin-2.1.1 on a BTT SKR v1.3 board with TMC 2130 drivers.
Wifi connected with ESP3D on a ESP32-CAM board connected to TFT port.

Note: X endstop is on the left side.
When I send G28 or G28 X, the hotend do not home properly.
Rather the hot end just move a little to the right side (like 3mm) and stops.
So if I keep on sending G28 X, the hot end just moves little by little to the right side.
configuration files
Re: G28 X does not home the X axis
March 08, 2023 05:31PM
When you send G0 X commands, does the head move in the correct direction the correct distance?

Does the X stepper buzz a lot when this happens? If yes then you may be marginal on your stepper settings. If the acceleration and/or feedrate are too high then the stepper motor functionality can be pretty bizarre. It can just sit there and buzz or move in jerks or move the wrong way. Try dropping the feedrates and acceleration settings by half. Don't forget the homing feedrates.
VDX
Re: G28 X does not home the X axis
March 08, 2023 06:03PM
... could be, your endstops are already "triggered", so the movement is trying to leave the endswitch, but because it didn't change, stops and gives an internal error.

Check the status of the endswitches with "M119" ...


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Re: G28 X does not home the X axis
March 08, 2023 09:29PM
Quote
VDX
... could be, your endstops are already "triggered", so the movement is trying to leave the endswitch, but because it didn't change, stops and gives an internal error.

Check the status of the endswitches with "M119" ...

Thanks so much M119 showed it is triggered.
so it's a faulty switch.

Thanks so much appreciate much!
Re: G28 X does not home the X axis
March 08, 2023 09:32PM
Quote
[email protected]
When you send G0 X commands, does the head move in the correct direction the correct distance?

Does the X stepper buzz a lot when this happens? If yes then you may be marginal on your stepper settings. If the acceleration and/or feedrate are too high then the stepper motor functionality can be pretty bizarre. It can just sit there and buzz or move in jerks or move the wrong way. Try dropping the feedrates and acceleration settings by half. Don't forget the homing feedrates.

Thanks so much for your reply and help appreciate much!
Sorry, only registered users may post in this forum.

Click here to login