|
|
|
@ -4135,7 +4135,7 @@ void CrealityDWINClass::Popup_Handler(PopupID popupid, bool option/*=false*/) {
|
|
|
|
|
switch (popupid) {
|
|
|
|
|
case Pause: Draw_Popup(F("Pause Print"), F(""), F(""), Popup); break;
|
|
|
|
|
case Stop: Draw_Popup(F("Stop Print"), F(""), F(""), Popup); break;
|
|
|
|
|
case Resume: Draw_Popup(F("Resume Print?"), F("Looks Like the last"), F("print was interupted."), Popup); break;
|
|
|
|
|
case Resume: Draw_Popup(F("Resume Print?"), F("Looks Like the last"), F("print was interrupted."), Popup); break;
|
|
|
|
|
case ConfFilChange: Draw_Popup(F("Confirm Filament Change"), F(""), F(""), Popup); break;
|
|
|
|
|
case PurgeMore: Draw_Popup(F("Purge more filament?"), F("(Cancel to finish process)"), F(""), Popup); break;
|
|
|
|
|
case SaveLevel: Draw_Popup(F("Leveling Complete"), F("Save to EEPROM?"), F(""), Popup); break;
|
|
|
|
|