diff options
author | FanDjango <FanDjango@users.noreply.github.com> | 2020-02-13 16:29:28 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-02-15 17:58:56 -0500 |
commit | 086c131bbfc28b7891b936b4630ffc0f34ca6e2c (patch) | |
tree | e39b260ef6853bc82ff7b3a6407517b84bcca681 /config | |
parent | 1dd952ac65e7cb6010f0e698c820e0538d7c3818 (diff) | |
download | kutter-086c131bbfc28b7891b936b4630ffc0f34ca6e2c.tar.gz kutter-086c131bbfc28b7891b936b4630ffc0f34ca6e2c.tar.xz kutter-086c131bbfc28b7891b936b4630ffc0f34ca6e2c.zip |
bltouch: Add support for stow_on_each_sample
Signed-off-by: Mike Stiemke <fandjango@gmx.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index bc8b07d7..16b6e9bf 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -634,6 +634,9 @@ # the commands "pin_up" followed by "touch_mode". This should be # True for a genuine BLTouch v2 and earlier; the BLTouch v3 and some # BLTouch clones require False. The default is True. +#stow_on_each_sample: True +# If set to False, intermediate STOW/DEPLOY sequences on certain +# operations that use the probe multiple times will be omitted. #x_offset: #y_offset: #z_offset: |