Fix indentations
This commit is contained in:
parent
92db282eca
commit
fc270a356a
|
|
@ -114,14 +114,14 @@ extern int8_t FSensorStateMenu;
|
||||||
|
|
||||||
enum class CustomMsg : uint_least8_t
|
enum class CustomMsg : uint_least8_t
|
||||||
{
|
{
|
||||||
Status, //!< status message from lcd_status_message variable
|
Status, //!< status message from lcd_status_message variable
|
||||||
MeshBedLeveling, //!< Mesh bed leveling in progress
|
MeshBedLeveling, //!< Mesh bed leveling in progress
|
||||||
FilamentLoading, //!< Loading filament in progress
|
FilamentLoading, //!< Loading filament in progress
|
||||||
PidCal, //!< PID tuning in progress
|
PidCal, //!< PID tuning in progress
|
||||||
TempCal, //!< PINDA temperature calibration
|
TempCal, //!< PINDA temperature calibration
|
||||||
TempCompPreheat, //!< Temperature compensation preheat
|
TempCompPreheat, //!< Temperature compensation preheat
|
||||||
M0Wait, //!< M0/M1 Wait command working even from SD
|
M0Wait, //!< M0/M1 Wait command working even from SD
|
||||||
MsgUpdate, //!< Short message even while printing from SD
|
MsgUpdate, //!< Short message even while printing from SD
|
||||||
};
|
};
|
||||||
|
|
||||||
extern CustomMsg custom_message_type;
|
extern CustomMsg custom_message_type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue