From 09eec3710d813d820af25e1ee53c06fec207cfd8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 3 Sep 2017 16:51:08 -0400 Subject: extruder: Add support for extruders sharing the same heater Signed-off-by: Kevin O'Connor --- config/example-extras.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') 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 -- cgit v1.2.3-70-g09d2