Do not wait forever if the heater on the extruder is disabled
This commit is contained in:
parent
3aa380e348
commit
7f3ba499a0
@ -8864,6 +8864,8 @@ void delay_keep_alive(unsigned int ms)
|
||||
}
|
||||
|
||||
static void wait_for_heater(long codenum, uint8_t extruder) {
|
||||
if (!degTargetHotend(extruder))
|
||||
return;
|
||||
|
||||
#ifdef TEMP_RESIDENCY_TIME
|
||||
long residencyStart;
|
||||
|
Loading…
Reference in New Issue
Block a user