[WIP] Fix Probe::offset_xy (#20290)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
This commit is contained in:
		
							parent
							
								
									58ac815822
								
							
						
					
					
						commit
						5cae4e9f55
					
				| @ -89,7 +89,7 @@ Probe probe; | ||||
| xyz_pos_t Probe::offset; // Initialized by settings.load()
 | ||||
| 
 | ||||
| #if HAS_PROBE_XY_OFFSET | ||||
|   const xy_pos_t &Probe::offset_xy = xy_pos_t(Probe::offset); | ||||
|   const xy_pos_t &Probe::offset_xy = Probe::offset; | ||||
| #endif | ||||
| 
 | ||||
| #if ENABLED(Z_PROBE_SLED) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user