Add new mediaPrintingState for probing, which is needed by the chiron routine.

This commit is contained in:
Knutwurst
2023-06-02 16:48:10 +02:00
parent 37ef0ca742
commit ff5b808dea
2 changed files with 18 additions and 17 deletions

View File

@@ -41,7 +41,8 @@ enum AnycubicMediaPrintState {
AMPRINTSTATE_PRINTING,
AMPRINTSTATE_PAUSE_REQUESTED,
AMPRINTSTATE_PAUSED,
AMPRINTSTATE_STOP_REQUESTED
AMPRINTSTATE_STOP_REQUESTED,
AMPRINTSTATE_PROBING
};
enum AnycubicMediaPauseState {