Clean up formatting, wrap macros
This commit is contained in:
		@@ -208,7 +208,7 @@ void GcodeSuite::G76() {
 | 
			
		||||
        report_temps(next_temp_report);
 | 
			
		||||
 | 
			
		||||
      const float measured_z = g76_probe(TSI_BED, target_bed, noz_pos_xyz);
 | 
			
		||||
      if (isnan(measured_z) || target_bed > BED_MAX_TARGET) break;
 | 
			
		||||
      if (isnan(measured_z) || target_bed > (BED_MAX_TARGET)) break;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    SERIAL_ECHOLNPAIR("Retrieved measurements: ", temp_comp.get_index());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user