diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-19 21:05:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-06-09 18:55:33 -0400 |
commit | d093200966912ca043b31b95681678a24fdc08b6 (patch) | |
tree | 1d8d0debbe96679628b9fb8b4586516cb7b1bb9d /config/example.cfg | |
parent | 72dc21fb1ae07d7791fb77d928b63b584f5cc1e7 (diff) | |
download | kutter-d093200966912ca043b31b95681678a24fdc08b6.tar.gz kutter-d093200966912ca043b31b95681678a24fdc08b6.tar.xz kutter-d093200966912ca043b31b95681678a24fdc08b6.zip |
gcode: Support running arbitrary gcode on extruder change
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index d6b9c0ce..2bba823e 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -150,6 +150,18 @@ filament_diameter: 3.500 # otherwise cause retraction followed immediately by pressure # buildup. This setting only applies if pressure_advance is # non-zero. The default is 0.010 (10 milliseconds). +#deactivate_gcode: +# A list of G-Code commands (one per line) to execute on a G-Code +# tool change command (eg, "T1") that deactivates this extruder and +# activates some other extruder. It only makes sense to define this +# section on multi-extruder printers. The default is to not run any +# special G-Code commands on deactivation. +#activate_gcode: +# A list of G-Code commands (one per line) to execute on a G-Code +# tool change command (eg, "T0") that activates this extruder. It +# only makes sense to define this section on multi-extruder +# printers. The default is to not run any special G-Code commands on +# activation. # # The remaining variables describe the extruder heater. heater_pin: ar4 |