mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
Cleanup followup
This commit is contained in:
parent
7b0891b3fa
commit
2fbce22910
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ namespace ExtUI {
|
|||
|
||||
bool isHeaterIdle(const extruder_t extruder) {
|
||||
#if HAS_HOTEND && HEATER_IDLE_HANDLER
|
||||
return thermalManager.hotend_idle[extruder - E0].timed_out
|
||||
return thermalManager.hotend_idle[extruder - E0].timed_out;
|
||||
#else
|
||||
UNUSED(extruder);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue