MKS H43 controller (#20609)
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* dgus_lcd.cpp
|
||||
*
|
||||
* DGUS implementation for Marlin by coldtobi, Feb-May 2019
|
||||
* lcd/extui/dgus_lcd.cpp
|
||||
*/
|
||||
|
||||
#include "../../inc/MarlinConfigPre.h"
|
||||
@@ -125,11 +123,10 @@ namespace ExtUI {
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
void onPowerLossResume() {
|
||||
// Called on resume from power-loss
|
||||
ScreenHandler.GotoScreen(DGUSLCD_SCREEN_POWER_LOSS);
|
||||
IF_DISABLED(DGUS_LCD_UI_MKS, ScreenHandler.GotoScreen(DGUSLCD_SCREEN_POWER_LOSS));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if HAS_PID_HEATING
|
||||
void onPidTuning(const result_t rst) {
|
||||
// Called for temperature PID tuning result
|
||||
|
||||
Reference in New Issue
Block a user