Add SERVO, TONE timers to variant for better STEVAL_3DP001V1 support (#16538)
This commit is contained in:
		@@ -58,7 +58,7 @@ void GcodeSuite::M1000() {
 | 
			
		||||
    if (parser.seen('S')) {
 | 
			
		||||
      #if HAS_LCD_MENU
 | 
			
		||||
        ui.goto_screen(menu_job_recovery);
 | 
			
		||||
      #elif ENABLED(EXTENSIBLE_UI)        
 | 
			
		||||
      #elif ENABLED(EXTENSIBLE_UI)
 | 
			
		||||
        ExtUI::OnPowerLossResume();
 | 
			
		||||
      #else
 | 
			
		||||
        SERIAL_ECHO_MSG("Resume requires LCD.");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user