diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-26 19:43:44 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-01 11:12:30 -0400 |
commit | a698aef29bc252c0680111ca88754a676e94ee65 (patch) | |
tree | f3e5458920dcddf8d59bea4d98b5a920e4fc811e | |
parent | c5d4e14298525e0a184f42f812041b32dfea6951 (diff) | |
download | kutter-a698aef29bc252c0680111ca88754a676e94ee65.tar.gz kutter-a698aef29bc252c0680111ca88754a676e94ee65.tar.xz kutter-a698aef29bc252c0680111ca88754a676e94ee65.zip |
config: Note probe activate/deactivate must not move the toolhead
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 61a3d276..459a61aa 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -33,12 +33,14 @@ #activate_gcode: # A list of G-Code commands (one per line; subsequent lines # indented) to execute prior to each probe attempt. This may be -# useful if the probe needs to be activated in some way. The default -# is to not run any special G-Code commands on activation. +# useful if the probe needs to be activated in some way. Do not +# issue any commands here that move the toolhead (eg, G1). The +# default is to not run any special G-Code commands on activation. #deactivate_gcode: # A list of G-Code commands (one per line; subsequent lines -# indented) to execute after each probe attempt completes. The -# default is to not run any special G-Code commands on deactivation. +# indented) to execute after each probe attempt completes. Do not +# issue any commands here that move the toolhead. The default is to +# not run any special G-Code commands on deactivation. # Bed tilt compensation. One may define a [bed_tilt] config section to |