aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorArksine <arksine.code@gmail.com>2019-01-21 17:24:17 -0500
committerKevinOConnor <kevin@koconnor.net>2019-01-28 11:23:52 -0500
commit893cbbab83ebd4906eab0ce9bb08d0fb4f805af7 (patch)
tree2fa510ce54d08e1dfecff338099db14f9a327e68 /config/example-extras.cfg
parent7605752dc253e8ff178c376073b40647837db76c (diff)
downloadkutter-893cbbab83ebd4906eab0ce9bb08d0fb4f805af7.tar.gz
kutter-893cbbab83ebd4906eab0ce9bb08d0fb4f805af7.tar.xz
kutter-893cbbab83ebd4906eab0ce9bb08d0fb4f805af7.zip
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>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg6
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.