mirror of https://github.com/Desuuuu/klipper.git
config: Update example-extras.cfg - extruder.activate_gcode was removed
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f4c4de1a24
commit
7c81a16bd3
|
@ -683,10 +683,9 @@
|
|||
# g-code command. The "SET_DUAL_CARRIAGE CARRIAGE=1" command will
|
||||
# activate the carriage defined in this section (CARRIAGE=0 will
|
||||
# return activation to the primary carriage). Dual carriage support is
|
||||
# typically combined with extra extruders - use the SET_DUAL_CARRIAGE
|
||||
# command in the activate_gcode / deactivate_gcode section of the
|
||||
# appropriate extruder. Be sure to also use that mechanism to park the
|
||||
# carriages during deactivation.
|
||||
# typically combined with extra extruders - the SET_DUAL_CARRIAGE
|
||||
# command is often called at the same time as the ACTIVATE_EXTRUDER
|
||||
# command. Be sure to park the carriages during deactivation.
|
||||
#[dual_carriage]
|
||||
#axis:
|
||||
# The axis this extra carriage is on (either x or y). This parameter
|
||||
|
|
Loading…
Reference in New Issue