diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index a4e52dde..2a2e8ccf 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1142,3 +1142,9 @@ # default_prefix: echo: # Directly sets the default prefix. If present, this value will override # the "default_type". + +# Pause/Resume functionality with support of position capture and restore +#[pause_resume] +#recover_velocity: 50. +# When capture/restore is enabled, the speed at which to return to +# the captured position (in mm/s). Default is 50.0 mm/s. |