🔥 Remove JyersUI (#24459)
This commit is contained in:
		@@ -35,8 +35,6 @@
 | 
			
		||||
  #include "../../../lcd/e3v2/creality/dwin.h"
 | 
			
		||||
#elif ENABLED(DWIN_LCD_PROUI)
 | 
			
		||||
  #include "../../../lcd/e3v2/proui/dwin.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)
 | 
			
		||||
@@ -71,8 +69,6 @@ void GcodeSuite::M1000() {
 | 
			
		||||
        ui.goto_screen(menu_job_recovery);
 | 
			
		||||
      #elif HAS_DWIN_E3V2_BASIC
 | 
			
		||||
        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