🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
This commit is contained in:
@@ -355,7 +355,7 @@ public:
|
||||
return input_temp_units == TEMPUNIT_K ? F("Kelvin") : input_temp_units == TEMPUNIT_F ? F("Fahrenheit") : F("Celsius");
|
||||
}
|
||||
|
||||
#if HAS_LCD_MENU && DISABLED(DISABLE_M503)
|
||||
#if HAS_MARLINUI_MENU && DISABLED(DISABLE_M503)
|
||||
|
||||
static float to_temp_units(celsius_t c) {
|
||||
switch (input_temp_units) {
|
||||
@@ -366,7 +366,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
#endif // HAS_LCD_MENU && !DISABLE_M503
|
||||
#endif // HAS_MARLINUI_MENU && !DISABLE_M503
|
||||
|
||||
static celsius_t value_celsius() {
|
||||
float f = value_float();
|
||||
|
||||
Reference in New Issue
Block a user