From 981c53682f58c49f7c140bad945e54d7d61d2755 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 24 Jul 2017 14:12:17 -0400 Subject: 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 --- config/example-corexy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/example-corexy.cfg') 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 -- cgit v1.2.3-70-g09d2