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) {
|
bool isHeaterIdle(const extruder_t extruder) {
|
||||||
#if HAS_HOTEND && HEATER_IDLE_HANDLER
|
#if HAS_HOTEND && HEATER_IDLE_HANDLER
|
||||||
return thermalManager.hotend_idle[extruder - E0].timed_out
|
return thermalManager.hotend_idle[extruder - E0].timed_out;
|
||||||
#else
|
#else
|
||||||
UNUSED(extruder);
|
UNUSED(extruder);
|
||||||
return false;
|
return false;
|
||||||
|
|
Reference in a new issue