Update nozzle.cpp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user