Closed tome9111991 closed 3 years ago
you can get this to compile by adding this block to Marlin/src/lcd/e3v2/creality/dwin.cpp
#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
But its just a stub, it doesn't do anything
thanks compiling works so far.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Hello i have a Ender 3v2 with SKR E3 Turbo (LPC1769) and stock E3v2 Display. with the latest source
i iuse
#define DWIN_CREALITY_LCD
i got a error durring build the .bin file
Configs: Marlin.zip