docs: Update Config_Changes.md with pointer to sample multi extruder configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b1bbe97576
commit
91bade5824
|
@ -10,7 +10,8 @@ All dates in this document are approximate.
|
||||||
extruder activate_gcode and deactivate_gcode config options have been
|
extruder activate_gcode and deactivate_gcode config options have been
|
||||||
removed. If these commands (and scripts) are needed then define
|
removed. If these commands (and scripts) are needed then define
|
||||||
individual [gcode_macro T0] style macros that call the
|
individual [gcode_macro T0] style macros that call the
|
||||||
ACTIVATE_EXTRUDER command.
|
ACTIVATE_EXTRUDER command. See the config/sample-idex.cfg and
|
||||||
|
sample-multi-extruder.cfg files for examples.
|
||||||
|
|
||||||
20191210: Support for the M206 command has been removed. Replace with
|
20191210: Support for the M206 command has been removed. Replace with
|
||||||
calls to SET_GCODE_OFFSET. If support for M206 is needed, add a
|
calls to SET_GCODE_OFFSET. If support for M206 is needed, add a
|
||||||
|
|
Loading…
Reference in New Issue