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