You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've upgraded my printer with a better tact button that serves as a Z-probe and understood my problem with OpenDACT giving me "wild" results. Turns out that "noisy" data from an unreliable z-probe break the calibration algorithm and OpenDACT ends up with some crazy settings.
To prevent users like me from shooting ourselves in the knee, I suggest the following feature: if the accuracy is set too low (or the program runs for the first time), do a series of probes in a single point and calculate std.dev. If it is bigger than the demanded accuracy stop the calibration and ask the user to reconsider.
The text was updated successfully, but these errors were encountered:
Recently I've upgraded my printer with a better tact button that serves as a Z-probe and understood my problem with OpenDACT giving me "wild" results. Turns out that "noisy" data from an unreliable z-probe break the calibration algorithm and OpenDACT ends up with some crazy settings.
To prevent users like me from shooting ourselves in the knee, I suggest the following feature: if the accuracy is set too low (or the program runs for the first time), do a series of probes in a single point and calculate std.dev. If it is bigger than the demanded accuracy stop the calibration and ask the user to reconsider.
The text was updated successfully, but these errors were encountered: