diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index da530e1b..e0da69e3 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -322,6 +322,15 @@ The following information is available in the `toolhead` object the printer had to be paused because the toolhead moved faster than moves could be read from the G-Code input. +# dual_carriage + +The following information is available in +[dual_carriage](Config_Reference.md#dual_carriage) +on a hybrid_corexy or hybrid_corexz robot +- `mode`: The current mode. Possible values are: "FULL_CONTROL" +- `active_carriage`: The current active carriage. +Possible values are: "CARRIAGE_0", "CARRIAGE_1" + # virtual_sdcard The following information is available in the |