Fix LCD print aborted message
This commit is contained in:
		| @@ -718,7 +718,8 @@ void kill_screen(const char* lcd_msg) { | |||||||
|         for (uint8_t i = 0; i < FAN_COUNT; i++) fanSpeeds[i] = 0; |         for (uint8_t i = 0; i < FAN_COUNT; i++) fanSpeeds[i] = 0; | ||||||
|       #endif |       #endif | ||||||
|       wait_for_heatup = false; |       wait_for_heatup = false; | ||||||
|       lcd_setstatusPGM(PSTR(MSG_PRINT_PAUSED), -1); |       lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1); | ||||||
|  |       lcd_return_to_status(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   #endif // SDSUPPORT |   #endif // SDSUPPORT | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user