Fix Probe Manually Grid (#15598)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							f2ce4a25a3
						
					
				
				
					commit
					f368c14a61
				
			| @@ -62,7 +62,7 @@ | ||||
|  | ||||
| #endif | ||||
|  | ||||
| #if HAS_LEVELING && HAS_BED_PROBE | ||||
| #if HAS_LEVELING && (HAS_BED_PROBE || ENABLED(PROBE_MANUALLY)) | ||||
|   inline float probe_min_x() { | ||||
|     return _MAX( | ||||
|       #if IS_KINEMATIC | ||||
|   | ||||
		Reference in New Issue
	
	Block a user