-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[FR] USB Serial connection, G30 Z values to 4 decimal places #17326
Comments
You realize that is 0.1 micron? no way your machine has that much accuracy or repeatably. |
I don't see anything obvious in the code that limits the DP, what is probably the issue is that you would need > 10000 steps/mm to resolve the Z position to this level. |
So, it could be that the given G30 output is rounded up by the software (Pronterface, Slic3r), and that is why I only see 2 decimal places? |
I came to a conclusion too soon. G30 gives Z value in 2 decimal places, no matter if the software is Pronterface, Slic3r or Python. |
What are your Steps/mm for Z ? |
400, but why does it matter? |
So I can replicate your setting, to try and see what is going on. |
Ok, but I don't think it has anything to do with it, as G29 and G30 gives 2 decimal places, but with G29 S-1 It lists all the Z value to 4 decimal places. But I want the G30 values and not the UBL values at the moment. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Is there a way to make G30 - Single Z-Probe - to output in 4 decimal places, instead of 2?
UBL too gives Z values in 2 decimal places to the serial connection (USB), but with G29 S-1 we get values with 4 decimal places.
The text was updated successfully, but these errors were encountered: