✨ Ender-3 V2 with Jyers UI (#22422)
This commit is contained in:
		@@ -30,6 +30,8 @@
 | 
			
		||||
#include "../../../lcd/marlinui.h"
 | 
			
		||||
#if ENABLED(EXTENSIBLE_UI)
 | 
			
		||||
  #include "../../../lcd/extui/ui_api.h"
 | 
			
		||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
 | 
			
		||||
  #include "../../../lcd/e3v2/jyersui/dwin.h" // Temporary fix until it can be better implemented
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define DEBUG_OUT ENABLED(DEBUG_POWER_LOSS_RECOVERY)
 | 
			
		||||
@@ -64,6 +66,8 @@ void GcodeSuite::M1000() {
 | 
			
		||||
        ui.goto_screen(menu_job_recovery);
 | 
			
		||||
      #elif ENABLED(DWIN_CREALITY_LCD)
 | 
			
		||||
        recovery.dwin_flag = true;
 | 
			
		||||
      #elif ENABLED(DWIN_CREALITY_LCD_JYERSUI) // Temporary fix until it can be better implemented
 | 
			
		||||
        CrealityDWIN.Popup_Handler(Resume);
 | 
			
		||||
      #elif ENABLED(EXTENSIBLE_UI)
 | 
			
		||||
        ExtUI::onPowerLossResume();
 | 
			
		||||
      #else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user