Commit 45957629 authored by MagoKimbra's avatar MagoKimbra

Fix ABL

parent 1d3a9ec9
......@@ -1227,6 +1227,8 @@ inline void set_destination_to_current() { memcpy(destination, current_position,
current_position[Y_AXIS] = corrected_position.y;
current_position[Z_AXIS] = corrected_position.z;
// put the bed at 0 so we don't go below it.
current_position[Z_AXIS] = zprobe_zoffset;
sync_plan_position();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment