Unify M600 and M125 pause features (#6407)
* Unify M600 and M125 pause features * Cleanup per thinkyhead's comments * Rename filament_change_menu_response to advanced_pause_menu_response * Include HAS_BED_PROBE in QUIET_PROBING * Update gMax example file * is_idle() is out of scope without the braces * Convert FT-i3-2020 to Advance Pause names... * Allow pause even if not printing
This commit is contained in:
		@@ -48,7 +48,7 @@
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
void idle(
 | 
			
		||||
  #if ENABLED(FILAMENT_CHANGE_FEATURE)
 | 
			
		||||
  #if ENABLED(ADVANCED_PAUSE_FEATURE)
 | 
			
		||||
    bool no_stepper_sleep = false  // pass true to keep steppers from disabling on timeout
 | 
			
		||||
  #endif
 | 
			
		||||
);
 | 
			
		||||
@@ -369,8 +369,8 @@ extern float soft_endstop_min[XYZ], soft_endstop_max[XYZ];
 | 
			
		||||
  extern int meas_delay_cm;            // Delay distance
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if ENABLED(FILAMENT_CHANGE_FEATURE)
 | 
			
		||||
  extern FilamentChangeMenuResponse filament_change_menu_response;
 | 
			
		||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
 | 
			
		||||
  extern AdvancedPauseMenuResponse advanced_pause_menu_response;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if ENABLED(PID_EXTRUSION_SCALING)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user