diff options
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 |