diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-13 12:33:13 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-13 12:33:13 -0500 |
commit | 91bade5824dd1e77ae680c64e42641b169f76635 (patch) | |
tree | 00218ec173b9aa6739b8380faf80526cf446e0d2 /docs | |
parent | b1bbe975765777f69a0c9e928dcc93eb629e8428 (diff) | |
download | kutter-91bade5824dd1e77ae680c64e42641b169f76635.tar.gz kutter-91bade5824dd1e77ae680c64e42641b169f76635.tar.xz kutter-91bade5824dd1e77ae680c64e42641b169f76635.zip |
docs: Update Config_Changes.md with pointer to sample multi extruder configs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 51f8e3de..fa81032b 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -10,7 +10,8 @@ All dates in this document are approximate. extruder activate_gcode and deactivate_gcode config options have been removed. If these commands (and scripts) are needed then define 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 calls to SET_GCODE_OFFSET. If support for M206 is needed, add a |