Browse Source

Fix indentations

3d-gussner 3 years ago
parent
commit
fc270a356a
1 changed files with 8 additions and 8 deletions
  1. 8 8
      Firmware/ultralcd.h

+ 8 - 8
Firmware/ultralcd.h

@@ -114,14 +114,14 @@ extern int8_t FSensorStateMenu;
 
 enum class CustomMsg : uint_least8_t
 {
-	Status,          //!< status message from lcd_status_message variable
-	MeshBedLeveling, //!< Mesh bed leveling in progress
-	FilamentLoading, //!< Loading filament in progress
-	PidCal,          //!< PID tuning in progress
-	TempCal,         //!< PINDA temperature calibration
-	TempCompPreheat, //!< Temperature compensation preheat
-  M0Wait,          //!< M0/M1 Wait command working even from SD
-  MsgUpdate,       //!< Short message even while printing from SD
+    Status,          //!< status message from lcd_status_message variable
+    MeshBedLeveling, //!< Mesh bed leveling in progress
+    FilamentLoading, //!< Loading filament in progress
+    PidCal,          //!< PID tuning in progress
+    TempCal,         //!< PINDA temperature calibration
+    TempCompPreheat, //!< Temperature compensation preheat
+    M0Wait,          //!< M0/M1 Wait command working even from SD
+    MsgUpdate,       //!< Short message even while printing from SD
 };
 
 extern CustomMsg custom_message_type;