Skip to content

Commit

Permalink
Merge branch 'bugfix-2.0.x' of https://github.com/tome9111991/Marlin
Browse files Browse the repository at this point in the history
…into bugfix-2.0.x
  • Loading branch information
tome9111991 committed Sep 10, 2021
2 parents 6d97cbb + 54bfd60 commit 8bf7ee9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Marlin/src/lcd/e3v2/creality/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4292,4 +4292,12 @@ void DWIN_StatusChanged_P(PGM_P const pstr) {
DWIN_StatusChanged(str);
}

#if ENABLED(ADVANCED_PAUSE_FEATURE)
void MarlinUI::pause_show_message(const PauseMessage message, const PauseMode mode/*=PAUSE_MODE_SAME*/, const uint8_t extruder/*=active_extruder*/) {
switch (message) {
default: break;
}
}
#endif

#endif // DWIN_CREALITY_LCD

0 comments on commit 8bf7ee9

Please sign in to comment.