Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add button to execute an M48 - Probe Accuracy Test and use it to validate accuracy #1

Open
j-be opened this issue Feb 26, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@j-be
Copy link
Owner

j-be commented Feb 26, 2021

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:

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:

  • Accuracy threshold >= Range: All good
  • Accuracy threshold between Range and Range / 2: Warning - that's ambitious
  • Accuracy threshold <= Range / 2: Error: no way that's gonna get you anywhere
@j-be j-be added the enhancement New feature or request label Feb 26, 2021
@MirekStanek
Copy link

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.

@j-be j-be mentioned this issue Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants