From 05a779ad2bdb692a3180cea7486bbb4748f21b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=C3=A7oca=20Tech?= <70729684+pacocatech@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:55:23 -0300 Subject: =?UTF-8?q?=F0=9F=93=9D=20M605=20Mirror=20Mode=20(#471)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _gcode/M605.md | 5 +++++ 1 file changed, 5 insertions(+) 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` and `M605 S3`. -- cgit v1.2.3