Преглед изворни кода

cleanup: Reorder members to match initialization order

Yuri D'Elia пре 2 година
родитељ
комит
6cfe000ac9
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      Firmware/mmu2.h

+ 1 - 2
Firmware/mmu2.h

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