#Stepper don't move when using G28 but STEPPER_BUZZ STEPPER=stepper_x works

7 messages · Page 1 of 1 (latest)

weak badge
#

Hi. I'm currently configuring the printer.cfg file. I have a BigTreeTech SKR v1.4 turbo mainboard with TMC2209 drivers.
My problem is now, that when I use the G28 command for homing the stepper enables and makes some noise and I have holding current, but it doesn't move.
But the command STEPPER_BUZZ STEPPER=stepper_y and also for y axis is working. What could be the reason?

stone zinc
#

that could likely be your issue, since the DIAG is the pin that does the detection for sensorless homing, and if it doesnt have a pullup it can create a "floating pin" which can cause unusual readings and may stop the homing if it believes it's already reached the end

weak badge
#

@stone zinc Hey thank you very much. I didn't tried with the pullup resistor indicator ^. I have found meanwhile the culprit. It was the driver_SGTHRS: 255 setting. The sensitivity was just at maximum. I have it now around 70 for X and around 60 for the Y axis and it's working. But I think its good to enable the pullup resistor anyway, to prevent the floating state?

stone zinc
#

Yeah that would be a good idea to do

weak badge
#

Okay thanks again 🙂