0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-30 21:58:06 +00:00

Cleanup followup

This commit is contained in:
Scott Lahteine 2020-04-29 01:47:31 -05:00
parent 7b0891b3fa
commit 2fbce22910

View file

@ -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;