diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 8326d228a6..beb419c2b0 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -2726,8 +2726,8 @@ #define PAUSE_PARK_NOZZLE_TIMEOUT 45 // (seconds) Time limit before the nozzle is turned off for safety. #define FILAMENT_CHANGE_ALERT_BEEPS 2 // Number of alert beeps to play when a response is needed. #define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable for XYZ steppers to stay powered on during filament change. - #define FILAMENT_CHANGE_RESUME_ON_INSERT // Automatically continue / load filament when runout sensor is made again - #define PAUSE_REHEAT_FAST_RESUME // Reduce number of waits by not prompting again post timeout before continuing + //#define FILAMENT_CHANGE_RESUME_ON_INSERT // Automatically continue / load filament when runout sensor is made again + //#define PAUSE_REHEAT_FAST_RESUME // Reduce number of waits by not prompting again post timeout before continuing #define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change. //#define HOME_BEFORE_FILAMENT_CHANGE // Ensure homing has been completed prior to parking for filament change diff --git a/Marlin/Version.h b/Marlin/Version.h index cfc925627e..2a5b2d5abe 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -#define SHORT_BUILD_VERSION "2.0.9_DW7.4.6" +#define SHORT_BUILD_VERSION "DW7.4.6" /** * Verbose version identifier which should contain a reference to the location diff --git a/Marlin/src/lcd/extui/Creality/Creality_DWIN.cpp b/Marlin/src/lcd/extui/Creality/Creality_DWIN.cpp index b626f0a4fa..6e9ec0fe3d 100644 --- a/Marlin/src/lcd/extui/Creality/Creality_DWIN.cpp +++ b/Marlin/src/lcd/extui/Creality/Creality_DWIN.cpp @@ -2303,13 +2303,13 @@ void onUserConfirmRequired(const char *const msg) case PAUSE_MESSAGE_INSERT: { rtscheck.RTS_SndData(ExchangePageBase + 78, ExchangepageAddr); - onStatusChanged("Load Filament to Continue"); + onStatusChanged("Load Filament to Continue"); break; } case PAUSE_MESSAGE_HEAT: { rtscheck.RTS_SndData(ExchangePageBase + 78, ExchangepageAddr); - onStatusChanged("Add Filament and Press Yes to Reheat"); + onStatusChanged("Add Filament and Press Yes to Reheat"); break; } #if DISABLED(ADVANCED_PAUSE_CONTINUOUS_PURGE) @@ -2322,7 +2322,7 @@ void onUserConfirmRequired(const char *const msg) else strcat(newMsg, "Disable "); - strcat(newMsg, " No to Purge "); + strcat(newMsg, " No to Purge"); onStatusChanged(newMsg); break; } @@ -2338,7 +2338,7 @@ void onUserConfirmRequired(const char *const msg) else strcat(newMsg, "Disable "); - strcat(newMsg, " No to Purge"); + strcat(newMsg, " No to Purge"); onStatusChanged(newMsg); break; }