Don't include zprobe_zoffset
in do_probe_raise
This commit is contained in:
parent
4cf66cfa62
commit
445458c221
@ -1802,10 +1802,6 @@ static void clean_up_after_endstop_or_probe_move() {
|
||||
}
|
||||
#endif
|
||||
float z_dest = LOGICAL_Z_POSITION(z_raise);
|
||||
|
||||
if (zprobe_zoffset < 0)
|
||||
z_dest -= zprobe_zoffset;
|
||||
|
||||
if (z_dest > current_position[Z_AXIS])
|
||||
do_blocking_move_to_z(z_dest);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user