Consistent Probe XY offset type

This commit is contained in:
Scott Lahteine
2020-11-24 17:38:13 -06:00
parent e9431b5445
commit 296a2ad7e4
3 changed files with 5 additions and 5 deletions

View File

@ -144,7 +144,7 @@ void GcodeSuite::G76() {
const xyz_pos_t parkpos = temp_comp.park_point,
probe_pos_xyz = xyz_pos_t(temp_comp.measure_point) + xyz_pos_t({ 0.0f, 0.0f, PTC_PROBE_HEATING_OFFSET }),
noz_pos_xyz = probe_pos_xyz - xy_pos_t(probe.offset_xy); // Nozzle position based on probe position
noz_pos_xyz = probe_pos_xyz - probe.offset_xy; // Nozzle position based on probe position
if (do_bed_cal || do_probe_cal) {
// Ensure park position is reachable