Update nozzle.cpp

This commit is contained in:
InsanityAutomation
2020-12-06 11:08:32 -05:00
parent 1c0770ea5c
commit 62b81dc2be
+1 -1
View File
@@ -158,7 +158,7 @@ Nozzle nozzle;
const uint8_t arrPos = ANY(SINGLENOZZLE, MIXING_EXTRUDER) ? 0 : active_extruder;
#if ENABLED(NOZZLE_CLEAN_MIN_TEMP) && NOZZE_CLEAN_TEMP > 0
if(thermalManager.degTargetHotend(arrPos)) < NOZZE_CLEAN_TEMP) {
if(thermalManager.degTargetHotend(arrPos) < NOZZE_CLEAN_TEMP) {
#if ENABLED(NOZLE_CLEAN_HEAT_LOWTEMP)
SERIAL_ECHOLNPGM("Nozzle too Cold - Heating");
thermalManager.setTargetHotend(NOZZE_CLEAN_TEMP, arrPos);