|
@@ -737,7 +737,7 @@ inline void process_commands()
|
737
|
737
|
residencyStart = -1;
|
738
|
738
|
/* continue to loop until we have reached the target temp
|
739
|
739
|
_and_ until TEMP_RESIDENCY_TIME hasn't passed since we reached it */
|
740
|
|
- while((target_direction ? (isHeatingHotend0()) : (isCoolingHotend0()) ||
|
|
740
|
+ while((target_direction ? (isHeatingHotend0()) : (isCoolingHotend0())) ||
|
741
|
741
|
(residencyStart > -1 && (millis() - residencyStart) < TEMP_RESIDENCY_TIME*1000) ) {
|
742
|
742
|
#else
|
743
|
743
|
while ( target_direction ? (isHeatingHotend0()) : (isCoolingHotend0()) ) {
|