mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-24 14:16:44 -07:00
m48, extui
This commit is contained in:
parent
ae20ceba79
commit
5344f82a26
2 changed files with 1 additions and 3 deletions
|
|
@ -60,7 +60,6 @@ void GcodeSuite::M48() {
|
|||
|
||||
#if ENABLED(DWIN_LCD_PROUI)
|
||||
TERN_(ADVANCED_PAUSE_FEATURE, dwinPopupPause(GET_TEXT_F(MSG_M48_TEST)));
|
||||
hmiSaveProcessID(ID_NothingToDo);
|
||||
#endif
|
||||
|
||||
if (homing_needed_error()) {
|
||||
|
|
|
|||
|
|
@ -89,8 +89,7 @@ namespace ExtUI {
|
|||
void onPrintTimerStopped() {}
|
||||
|
||||
#if HAS_FILAMENT_SENSOR
|
||||
void onFilamentRunout(const extruder_t extruder) {
|
||||
UNUSED(extruder);
|
||||
void onFilamentRunout(const extruder_t) {
|
||||
dwinFilamentRunout();
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue