Added $SDS command for outputting Stepper Driver Status.

This commit is contained in:
Terje Io
2025-01-20 13:11:00 +01:00
parent ff0903fd87
commit c7c7d5a4cf
11 changed files with 98 additions and 12 deletions
+1 -2
View File
@@ -88,12 +88,11 @@ typedef enum {
Status_GCodeCoordSystemLocked = 56,
Status_UnexpectedDemarcation = 57,
// Some error codes as defined in bdring's ESP32 port
Status_SDMountError = 60,
Status_SDReadError = 61,
Status_SDFailedOpenDir = 62,
Status_SDDirNotFound = 63,
Status_SDFileEmpty = 64,
Status_SDNotMounted = 64,
Status_BTInitError = 70,