Nozzle::clean() no longer requires HAS_BED_PROBE
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							5cdd6f02ec
						
					
				
				
					commit
					47fef80848
				
			@@ -404,4 +404,14 @@ void calculate_volumetric_multipliers();
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Blocking movement and shorthand functions
 | 
			
		||||
 */
 | 
			
		||||
static void do_blocking_move_to(float x, float y, float z, float fr_mm_m=0.0);
 | 
			
		||||
static void do_blocking_move_to_axis_pos(AxisEnum axis, float where, float fr_mm_m=0.0);
 | 
			
		||||
static void do_blocking_move_to_x(float x, float fr_mm_m=0.0);
 | 
			
		||||
static void do_blocking_move_to_y(float y);
 | 
			
		||||
static void do_blocking_move_to_z(float z, float fr_mm_m=0.0);
 | 
			
		||||
static void do_blocking_move_to_xy(float x, float y, float fr_mm_m=0.0);
 | 
			
		||||
 | 
			
		||||
#endif //MARLIN_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user