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) {
#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;