Add M851 X Y probe offsets (#15202)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							ebc9a8a0b0
						
					
				
				
					commit
					df1e51258a
				
			@@ -42,9 +42,9 @@
 | 
			
		||||
        && active_extruder == 0
 | 
			
		||||
      #endif
 | 
			
		||||
    ) {
 | 
			
		||||
      zprobe_zoffset += offs;
 | 
			
		||||
      zprobe_offset[Z_AXIS] += offs;
 | 
			
		||||
      SERIAL_ECHO_START();
 | 
			
		||||
      SERIAL_ECHOLNPAIR(MSG_PROBE_Z_OFFSET ": ", zprobe_zoffset);
 | 
			
		||||
      SERIAL_ECHOLNPAIR(MSG_PROBE_OFFSET MSG_Z ": ", zprobe_offset[Z_AXIS]);
 | 
			
		||||
    }
 | 
			
		||||
    #if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
 | 
			
		||||
      else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user