Suggestion: add homing_positive_dir: false
to the sections [stepper_x/y/z]
#4
Closed
1coderookie
started this conversation in
General
Replies: 1 comment 3 replies
-
I don't think this is necessary since the klipper handles this just fine. And according to https://github.com/Klipper3d/klipper/blob/master/docs/Example_Configs.md its better to avoid defining field values that are set to their default value. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the limit switches are on the minimum positions, I'd suggest to add
homing_positive_dir: false
to each of the three axes in the sections [stepper_x], [stepper_y], [stepper_z].This is the belonging description from the Klipper doc:
@xiaopeng12138 maybe you want to add that to the cfg-file for the Go in the Klipper repo as well?
Beta Was this translation helpful? Give feedback.
All reactions