misc. cleanup
This commit is contained in:
@@ -264,7 +264,7 @@ void DGUSScreenHandler::DGUSLCD_SendTMCStepValue(DGUS_VP_Variable &var) {
|
||||
|
||||
void DGUSScreenHandler::SDPrintingFinished() {
|
||||
if (DGUSAutoTurnOff) {
|
||||
while(!queue.ring_buffer.empty()) queue.advance();
|
||||
while (!queue.ring_buffer.empty()) queue.advance();
|
||||
gcode.process_subcommands_now_P(PSTR("M81"));
|
||||
}
|
||||
GotoScreen(MKSLCD_SCREEN_PrintDone);
|
||||
|
||||
Reference in New Issue
Block a user