More pause tweaks
This commit is contained in:
committed by
InsanityAutomation
parent
eb954faa49
commit
ad337ec4cc
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user