diff options
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 |