Open j-be opened 3 years ago
Currently, it is hardly possible to determine whether Accuracy threshold in settings has a value matching the individual printer.
Accuracy threshold
Using an M48 we get a report like:
M48
Mean: 0.005000 Min: 0.003 Max: 0.010 Range: 0.007 Standard Deviation: 0.002500
Should be Accuracy threshold according to Range. I think half of it is the hard limit, so anything:
Range
Range / 2
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.
Z_MIN_PROBE_REPEATABILITY_TEST
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 anywhere