🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
This commit is contained in:
		@@ -54,7 +54,7 @@ inline void plr_error(FSTR_P const prefix) {
 | 
			
		||||
  #endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if HAS_LCD_MENU
 | 
			
		||||
#if HAS_MARLINUI_MENU
 | 
			
		||||
  void lcd_power_loss_recovery_cancel();
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
@@ -67,7 +67,7 @@ void GcodeSuite::M1000() {
 | 
			
		||||
 | 
			
		||||
  if (recovery.valid()) {
 | 
			
		||||
    if (parser.seen_test('S')) {
 | 
			
		||||
      #if HAS_LCD_MENU
 | 
			
		||||
      #if HAS_MARLINUI_MENU
 | 
			
		||||
        ui.goto_screen(menu_job_recovery);
 | 
			
		||||
      #elif HAS_DWIN_E3V2_BASIC
 | 
			
		||||
        recovery.dwin_flag = true;
 | 
			
		||||
@@ -80,7 +80,7 @@ void GcodeSuite::M1000() {
 | 
			
		||||
      #endif
 | 
			
		||||
    }
 | 
			
		||||
    else if (parser.seen_test('C')) {
 | 
			
		||||
      #if HAS_LCD_MENU
 | 
			
		||||
      #if HAS_MARLINUI_MENU
 | 
			
		||||
        lcd_power_loss_recovery_cancel();
 | 
			
		||||
      #else
 | 
			
		||||
        recovery.cancel();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user