Reorder progress states to allow MK3 optimization
HW test states are ignored to save space on MK3pull/271/head
parent
f31133dc93
commit
09c5f7df56
|
|
@ -35,22 +35,19 @@ enum class ProgressCode : uint_fast8_t {
|
||||||
ParkingSelector, // P23
|
ParkingSelector, // P23
|
||||||
EjectingFilament, // P24
|
EjectingFilament, // P24
|
||||||
RetractingFromFinda, // P25
|
RetractingFromFinda, // P25
|
||||||
|
|
||||||
Homing, // P26
|
Homing, // P26
|
||||||
MovingSelector, // P27
|
MovingSelector, // P27
|
||||||
|
|
||||||
FeedingToFSensor, // P28
|
FeedingToFSensor, // P28
|
||||||
|
UnloadingFilamentSlowly, // P29
|
||||||
|
|
||||||
HWTestBegin, // P29
|
HWTestBegin, // P31
|
||||||
HWTestIdler, // P30
|
HWTestIdler, // P31
|
||||||
HWTestSelector, // P31
|
HWTestSelector, // P32
|
||||||
HWTestPulley, // P32
|
HWTestPulley, // P33
|
||||||
HWTestCleanup, // P33
|
HWTestCleanup, // P34
|
||||||
HWTestExec, // P34
|
HWTestExec, // P35
|
||||||
HWTestDisplay, // P35
|
HWTestDisplay, // P36
|
||||||
ErrHwTestFailed, // P36
|
ErrHwTestFailed, // P37
|
||||||
|
|
||||||
UnloadingFilamentSlowly, // P37
|
|
||||||
|
|
||||||
Empty = 0xff // dummy empty state
|
Empty = 0xff // dummy empty state
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue