diff options
Diffstat (limited to 'config/example-delta.cfg')
-rw-r--r-- | config/example-delta.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index 96ab91b3..1eb96b3c 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -9,8 +9,7 @@ # The stepper_a section describes the stepper controlling the front # left tower (at 210 degrees). This section also controls the homing -# parameters (homing_speed, homing_retract_dist) and maximum tower -# length (position_max) for all towers. +# parameters (homing_speed, homing_retract_dist) for all towers. [stepper_a] step_pin: ar54 dir_pin: ar55 @@ -19,7 +18,6 @@ step_distance: .01 endstop_pin: ^ar2 homing_speed: 50.0 position_endstop: 297.05 -position_max: 297.55 # The stepper_b section describes the stepper controlling the front # right tower (at 330 degrees) |