diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-12-22 21:44:56 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-28 12:19:26 -0500 |
commit | 6c252d30f5530982db0986b79f8eb1895f7d48f0 (patch) | |
tree | ccabed54af00dc1409caeb65b9190c5672501ce1 /config | |
parent | 978777f09fa494db1b50fba58ea4e57d9b8479ac (diff) | |
download | kutter-6c252d30f5530982db0986b79f8eb1895f7d48f0.tar.gz kutter-6c252d30f5530982db0986b79f8eb1895f7d48f0.tar.xz kutter-6c252d30f5530982db0986b79f8eb1895f7d48f0.zip |
delta: Allow the user to specify a minimum z position
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-delta.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index bd2859c1..3ae4c312 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -99,6 +99,9 @@ max_z_velocity: 150 # maximum speed of up/down moves (which require a higher step rate # than other moves on a delta printer). The default is to use # max_velocity for max_z_velocity. +#minimum_z_position: 0 +# The minimum Z position that the user may command the head to move +# to. The default is 0. delta_radius: 174.75 # Radius (in mm) of the horizontal circle formed by the three linear # axis towers. This parameter may also be calculated as: |