You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the new sensorless feature I noticed that the Y axis of my K3 is homed twice, likely because homing_positive_dir is False and the distance moved is negative.
Using the new sensorless feature I noticed that the Y axis of my K3 is homed twice, likely because homing_positive_dir is False and the distance moved is negative.
Original code -
homing.py
:https://github.com/DangerKlippers/danger-klipper/blob/5cccd3b658e776924293ae4ea7b3c8bcf712fe6f/klippy/extras/homing.py#L285-L288
Adding some additional logging to the code:
If I convert the
dist
variable to an absolute value it works as expected (axis is homed only once):Homing the axis with the absolute value:
The text was updated successfully, but these errors were encountered: