diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 134ac66b..ed574b6d 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -657,6 +657,15 @@ #step_distance: # See the "[stepper_x]" section in example.cfg for a description of # these parameters. +#velocity: +# Set the default velocity (in mm/s) for the stepper. This value +# will be used if a MANUAL_STEPPER command does not specify a SPEED +# parameter. The default is 5mm/s. +#accel: +# Set the default acceleration (in mm/s^2) for the stepper. An +# acceleration of zero will result in no acceleration. This value +# will be used if a MANUAL_STEPPER command does not specify an ACCEL +# parameter. The default is zero. #endstop_pin: # Endstop switch detection pin. If specified, then one may perform # "homing moves" by adding a STOP_ON_ENDSTOP parameter to |