diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-07-24 14:12:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-07-24 14:31:46 -0400 |
commit | 981c53682f58c49f7c140bad945e54d7d61d2755 (patch) | |
tree | 42306830ad35e4dc78438998af7a35460e621cb1 /config/example-corexy.cfg | |
parent | 143b7cccf4bb170fa6a78d88da9d061487288792 (diff) | |
download | kutter-981c53682f58c49f7c140bad945e54d7d61d2755.tar.gz kutter-981c53682f58c49f7c140bad945e54d7d61d2755.tar.xz kutter-981c53682f58c49f7c140bad945e54d7d61d2755.zip |
stepper: Use a sane default for homing_positive_dir
Use the endstop position to determine a sane default for
homing_positive_dir.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-corexy.cfg')
-rw-r--r-- | config/example-corexy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-corexy.cfg b/config/example-corexy.cfg index ac2b23c6..71752cd6 100644 --- a/config/example-corexy.cfg +++ b/config/example-corexy.cfg @@ -15,9 +15,9 @@ dir_pin: ar55 enable_pin: !ar38 step_distance: .01 endstop_pin: ^ar3 -homing_speed: 50.0 position_endstop: 0 position_max: 200 +homing_speed: 50 # The stepper_y section is used to describe the Y axis as well as the # stepper controlling the X-Y movement. @@ -27,9 +27,9 @@ dir_pin: ar61 enable_pin: !ar56 step_distance: .01 endstop_pin: ^ar14 -homing_speed: 50.0 position_endstop: 0 position_max: 200 +homing_speed: 50 [stepper_z] step_pin: ar46 |