aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-04-29 14:56:39 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-06-09 18:54:38 -0400
commit24b8f4ebc192dde459fb345ebc109847dd7266e7 (patch)
tree770ee82bcf96cfa90e52ae3a321baee60aaca590 /config/example.cfg
parent136dccbcdfc6a20c8b6755afdfb65891cee3d1a7 (diff)
downloadkutter-24b8f4ebc192dde459fb345ebc109847dd7266e7.tar.gz
kutter-24b8f4ebc192dde459fb345ebc109847dd7266e7.tar.xz
kutter-24b8f4ebc192dde459fb345ebc109847dd7266e7.zip
extruder: Add initial support for multi-extruders
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r--config/example.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg
index 87d6c626..d6b9c0ce 100644
--- a/config/example.cfg
+++ b/config/example.cfg
@@ -204,6 +204,15 @@ max_temp: 210
# Maximum temperature (mcu will shutdown if temperature is above
# this value). This parameter must be provided.
+# In a multi-extruder printer add an additional extruder section for
+# each additional extruder. The additional extruder sections should be
+# named "extruder1", "extruder2", "extruder3", and so on. See the
+# "extruder" section above for a description of available parameters.
+#[extruder1]
+#step_pin: ar20
+#dir_pin: ar21
+#...
+
# The heater_bed section describes a heated bed (if present - omit
# section if not present).
[heater_bed]