diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-16 21:27:55 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-16 21:27:55 -0500 |
commit | 7c81a16bd3c27b04407b5e71096158b67b8eba47 (patch) | |
tree | 69eb191184f26e47b891e7de117f859df38aa504 /config | |
parent | f4c4de1a24650145688088ad612f3a342671bc74 (diff) | |
download | kutter-7c81a16bd3c27b04407b5e71096158b67b8eba47.tar.gz kutter-7c81a16bd3c27b04407b5e71096158b67b8eba47.tar.xz kutter-7c81a16bd3c27b04407b5e71096158b67b8eba47.zip |
config: Update example-extras.cfg - extruder.activate_gcode was removed
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 5b8f6909..598eee09 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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 |