diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg index 090f3653..860cbb62 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -59,12 +59,12 @@ homing_endstop_accuracy: 0.200 # phase will be used on all subsequent homes. position_min: -0.25 # Minimum valid distance (in mm) the user may command the stepper to -# move to (not currently enforced) +# move to position_endstop: 0 # Location of the endstop (in mm) position_max: 200 # Maximum valid distance (in mm) the user may command the stepper to -# move to (not currently enforced) +# move to # 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 |