diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 96bddafb..74ec1224 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -77,6 +77,12 @@ position_max: 200 # reset. If this is not set, but homing_stepper_phases is set, then # the stepper phase will be detected on the first home and that # phase will be used on all subsequent homes. +#homing_endstop_align_zero: False +# If homing_endstop_phase is set and this field is true then the +# code will arrange for the zero position on the axis to occur at a +# full step on the stepper motor. (If used on the Z axis and the +# print layer height is a multiple of a full step distance then +# every layer will occur on a full step.) The default is False. # The stepper_y section is used to describe the stepper controlling # the Y axis in a cartesian robot. It has the same settings as the |