Skip to content

Commit

Permalink
remove usage of homing_positive_dir (#290)
Browse files Browse the repository at this point in the history
* remove usage of `homing_positive_dir`

As stated in Klipper docs: "It is better to use the default than to
specify this parameter. The default is true if `position_endstop` is
near `position_max` and false if near `position_min`."
  • Loading branch information
Gethe authored Sep 12, 2023
1 parent 5e24c04 commit 2133a2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/hardware/axis/X/default_speed.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[stepper_x]
homing_speed: 60
homing_retract_dist: 0
homing_positive_dir: true
1 change: 0 additions & 1 deletion config/hardware/axis/Y/default_speed.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[stepper_y]
homing_speed: 60
homing_retract_dist: 0
homing_positive_dir: true

0 comments on commit 2133a2d

Please sign in to comment.