We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8042a44 + 1cfe901 commit 81f50c2Copy full SHA for 81f50c2
Marlin/src/ui/src/draw_preHeat.cpp
@@ -43,7 +43,7 @@ static void event_handler(lv_obj_t * obj, lv_event_t event)
43
thermalManager.start_watching_hotend(uiCfg.curSprayerChoose);
44
}
45
46
- #if EXTRUDERS >= 2
+ #if !defined(SINGLENOZZLE) && EXTRUDERS >= 2
47
else
48
{
49
if((int)thermalManager.temp_hotend[uiCfg.curSprayerChoose].target > (HEATER_1_MAXTEMP- (WATCH_TEMP_INCREASE + TEMP_HYSTERESIS + 1)))
0 commit comments