aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-03-10 20:20:48 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-03-10 20:22:13 -0500
commite53a589ac3c54ef9ece8d2fb897494938295e085 (patch)
tree677e3f687d795d85abcfed96cfdf6cdd7b8e99b9 /docs
parent4d48c111d81e597850b564d3b543cbc6a9db739d (diff)
downloadkutter-e53a589ac3c54ef9ece8d2fb897494938295e085.tar.gz
kutter-e53a589ac3c54ef9ece8d2fb897494938295e085.tar.xz
kutter-e53a589ac3c54ef9ece8d2fb897494938295e085.zip
docs: Add SET_DUAL_CARRIAGE command to G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/G-Codes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index bc0e195c..e2c7ea2c 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -113,3 +113,11 @@ section is enabled:
- `NEXT`: If manual bed probing is enabled, then one can use this
command to move to the next probing point during a
BED_TILT_CALIBRATE operation.
+
+## Dual Carriages
+
+The following commands are available when the "dual_carriage" config
+section is enabled:
+- `SET_DUAL_CARRIAGE CARRIAGE=[0|1]`: This command will set the active
+ carriage. It is typically invoked from the activate_gcode and
+ deactivate_gcode fields in a multiple extruder configuration.