mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 20:28:10 -06:00
pause_resume: update documentation
Add updates to example-extras.cfg and G-Codes.md documenting pause_resume. Also add M600 (filament change) to sample-macros.cfg. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
7605752dc2
commit
893cbbab83
3 changed files with 37 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue