cleanup: Reorder members to match initialization order

This commit is contained in:
Yuri D'Elia 2022-09-30 12:43:53 +02:00
parent 398a4bf403
commit 6cfe000ac9
1 changed files with 1 additions and 2 deletions

View File

@ -279,9 +279,8 @@ private:
/// unlike the mid-print ToolChange commands, which only load the first ~30mm and then the G-code takes over.
bool loadingToNozzle;
uint8_t retryAttempts;
bool inAutoRetry;
uint8_t retryAttempts;
};
/// following Marlin's way of doing stuff - one and only instance of MMU implementation in the code base