diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 34a55d89..ce3af640 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -13,6 +13,13 @@ #step_pin: ar36 #dir_pin: ar34 #... +#shared_heater: +# If this extruder uses the same heater already defined for another +# extruder then place the name of that extruder here. For example, +# should extruder3 and extruder4 share a heater then the extruder3 +# config section should define the heater and the extruder4 section +# should specify "shared_heater: extruder3". The default is to not +# reuse an existing heater. #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 |