Merge pull request #4591 from gudnimg/cleanup_cancel_heatup

Remove redundant ` cancel_heatup` assignment
This commit is contained in:
3d-gussner 2024-04-09 08:17:09 +02:00 committed by GitHub
commit 02822c59ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -6208,8 +6208,6 @@ Sigma_Exit:
/* See if we are heating up or cooling down */
target_direction = isHeatingHotend(active_extruder); // true if heating, false if cooling
cancel_heatup = false;
wait_for_heater(codenum, active_extruder); //loops until target temperature is reached
LCD_MESSAGERPGM(_T(MSG_HEATING_COMPLETE));