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
This is a really great idea. I would love to see that in action but I had Z_MIN_PROBE_REPEATABILITY_TEST turned off by default. So you might need a way to find out if it's on/off in config.
Currently, it is hardly possible to determine whether
Accuracy threshold
in settings has a value matching the individual printer.Using an
M48
we get a report like:Should be
Accuracy threshold
according toRange
. I think half of it is the hard limit, so anything:Accuracy threshold
>=Range
: All goodAccuracy threshold
betweenRange
andRange / 2
: Warning - that's ambitiousAccuracy threshold
<=Range / 2
: Error: no way that's gonna get you anywhereThe text was updated successfully, but these errors were encountered: