Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable software endstops for UBL fine tuning
When doing manual fine tuning using UBL, there are often mesh areas with negative Zs. The existing fine tune algorithm does a travel to the negative Z properly, but when it polls the LCD the software endstops engage and immediately slam the Z back to 0 on each encoder poll. This up and down can repeat tens of time each second, turning the printer into a jackhammer and making the fine tune adjustment of negative Z meshes almost impossible. This patch uses M211 S0/S1 to disable/re-enable software endstops during each manual fine tune probe, avoiding the bouncing.
- Loading branch information