mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
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>
This commit is contained in:
parent
c06618193d
commit
fcee27fc19
6 changed files with 24 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue