aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-09-03 16:51:08 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-01-21 23:25:11 -0500
commit09eec3710d813d820af25e1ee53c06fec207cfd8 (patch)
tree50f9f96c905be488084e648db125d18f3b9329b4 /config/example-extras.cfg
parent6fa95e12ea97544966e1f66e8ab66518eb7ca6fe (diff)
downloadkutter-09eec3710d813d820af25e1ee53c06fec207cfd8.tar.gz
kutter-09eec3710d813d820af25e1ee53c06fec207cfd8.tar.xz
kutter-09eec3710d813d820af25e1ee53c06fec207cfd8.zip
extruder: Add support for extruders sharing the same heater
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg7
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