Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_gcode
diff options
context:
space:
mode:
authorWalt Sorensen <photodude@users.noreply.github.com>2022-03-11 01:23:29 +0300
committerGitHub <noreply@github.com>2022-03-11 01:23:29 +0300
commit16b6ce2c3b40d30a9a672c4303f9a2a69d6f0ed0 (patch)
treefef85751b192044532c37393dc6da7e5ca76dcb4 /_gcode
parentaaf49cbb65ce4b017f69c47059d43ac36a2c4bbc (diff)
📝 M605 current options (#436)
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/M605.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/_gcode/M605.md b/_gcode/M605.md
index 69c00d09..05f1560b 100644
--- a/_gcode/M605.md
+++ b/_gcode/M605.md
@@ -1,10 +1,10 @@
---
tag: m0605
-title: Dual Nozzle Mode
-brief: Set the behavior mode for dual nozzles
+title: Multi Nozzle Mode
+brief: Set the behavior mode for a multiple nozzle setup
author: thinkyhead
-requires: DUAL_NOZZLE_DUPLICATION_MODE|DUAL_X_CARRIAGE
+requires: MULTI_NOZZLE_DUPLICATION|DUAL_X_CARRIAGE
group: control
codes: [ M605 ]
@@ -46,9 +46,8 @@ parameters:
examples:
---
+Set the behavior mode for multiple fixed nozzles such as a Dual Extruder or `DUAL_X_CARRIAGE` machine.
-This command behaves differently for `DUAL_X_CARRIAGE` vs. `DUAL_NOZZLE_DUPLICATION_MODE`
-
-For `DUAL_NOZZLE_DUPLICATION_MODE` the `S2` parameter enables duplication mode. Any other value disables it.
-
-For `DUAL_X_CARRIAGE`, this command sets the Dual X mode. See the description of `S` below.
+This command behaves differently for `DUAL_X_CARRIAGE` vs. `MULTI_NOZZLE_DUPLICATION`:
+- For `MULTI_NOZZLE_DUPLICATION` the `S2` parameter enables duplication mode. Any other value disables it.
+- For `DUAL_X_CARRIAGE`, this command sets the Dual X mode. See the description of `S` below.