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
diff options
context:
space:
mode:
authorPaçoca Tech <70729684+pacocatech@users.noreply.github.com>2022-10-25 02:55:23 +0300
committerGitHub <noreply@github.com>2022-10-25 02:55:23 +0300
commit05a779ad2bdb692a3180cea7486bbb4748f21b0e (patch)
tree1f4c6c67a32d95cc8ee33ef22ef66b856d87c210
parent15e3922d3e59ed8b90fb1461f45f1e14bcf15b78 (diff)
📝 M605 Mirror Mode (#471)
-rw-r--r--_gcode/M605.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/_gcode/M605.md b/_gcode/M605.md
index 05f1560b..560ad0a3 100644
--- a/_gcode/M605.md
+++ b/_gcode/M605.md
@@ -3,6 +3,7 @@ tag: m0605
title: Multi Nozzle Mode
brief: Set the behavior mode for a multiple nozzle setup
author: thinkyhead
+contrib: pacocatech
requires: MULTI_NOZZLE_DUPLICATION|DUAL_X_CARRIAGE
group: control
@@ -26,6 +27,9 @@ parameters:
-
tag: 2
description: Duplication mode. Carriages and extruders move in unison.
+ -
+ tag: 3
+ description: Mirrored mode. The second extruder duplicates the motions of the first, but reversed in the X axis.
-
tag: X
optional: true
@@ -51,3 +55,4 @@ Set the behavior mode for multiple fixed nozzles such as a Dual Extruder or `DUA
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.
+- For Mirrored Mode: `M605 S2 R0 X<distance>` and `M605 S3`.