aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-11-24 19:59:36 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-12-10 14:24:32 -0500
commitfcee27fc190fbba2b8d1278c1ee2c4dddc50342b (patch)
treeaadd6e2954a2d0c09bb0814feb2d7329ef68e978 /config
parentc06618193d3c58521e45a0c2241278268664030e (diff)
downloadkutter-fcee27fc190fbba2b8d1278c1ee2c4dddc50342b.tar.gz
kutter-fcee27fc190fbba2b8d1278c1ee2c4dddc50342b.tar.xz
kutter-fcee27fc190fbba2b8d1278c1ee2c4dddc50342b.zip
gcode: Remove builtin T0/T1/T2/... command support
The builtin Tn command is not sufficiently flexible to control some multi-extruder printers. Remove the command and encourage users to define individual gcode_macros for each Tn instance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/example-extras.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index b48ca5c9..5b8f6909 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -677,19 +677,6 @@
# 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 to execute on a G-Code tool change
-# command (eg, "T1") that deactivates this extruder and activates
-# some other extruder. See docs/Command_Templates.md for G-Code
-# format. 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 to execute on a G-Code tool change
-# command (eg, "T0") that activates this extruder. See
-# docs/Command_Templates.md for G-Code format. 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.
# Support for cartesian printers with dual carriages on a single
# axis. The active carriage is set via the SET_DUAL_CARRIAGE extended