diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-02-19 10:36:08 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-02-19 11:00:46 -0500 |
commit | 29ba92a5514de0bb6ccdad6e95c8b54f3d8a5e92 (patch) | |
tree | 86bba3a6b6dc303d38bac479d408d0d4ede1635b /config/example-delta.cfg | |
parent | 38e9484f9ffabd98962a00bb4403261f0c58b1ab (diff) | |
download | kutter-29ba92a5514de0bb6ccdad6e95c8b54f3d8a5e92.tar.gz kutter-29ba92a5514de0bb6ccdad6e95c8b54f3d8a5e92.tar.xz kutter-29ba92a5514de0bb6ccdad6e95c8b54f3d8a5e92.zip |
delta: Use position_endstop for position_max
There's no reason for the user to specify position_max - it can be
inferred on deltas from the endstop positions.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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) |