|
|
@ -47,6 +47,8 @@ |
|
|
|
// "Temperature" submenu items
|
|
|
|
//
|
|
|
|
|
|
|
|
#if HAS_PREHEAT |
|
|
|
|
|
|
|
void Temperature::lcd_preheat(const uint8_t e, const int8_t indh, const int8_t indb) { |
|
|
|
UNUSED(e); UNUSED(indh); UNUSED(indb); |
|
|
|
#if HAS_HOTEND |
|
|
@ -69,8 +71,6 @@ void Temperature::lcd_preheat(const uint8_t e, const int8_t indh, const int8_t i |
|
|
|
ui.return_to_status(); |
|
|
|
} |
|
|
|
|
|
|
|
#if HAS_PREHEAT |
|
|
|
|
|
|
|
#if HAS_TEMP_HOTEND |
|
|
|
inline void _preheat_end(const uint8_t m, const uint8_t e) { thermalManager.lcd_preheat(e, m, -1); } |
|
|
|
void do_preheat_end_m() { _preheat_end(editable.int8, 0); } |
|
|
|