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

Decimal Number not conforme if change from micron to mm #16

Open
5axes opened this issue Mar 22, 2023 · 0 comments
Open

Decimal Number not conforme if change from micron to mm #16

5axes opened this issue Mar 22, 2023 · 0 comments
Labels
broken function Broken Function , function with issue due to Code modification bug Something isn't working

Comments

@5axes
Copy link
Owner

5axes commented Mar 22, 2023

# To suppress the Micron conversion # Msg("uom {}".format(uom)) if uom == "µm" : decimals = 3 conversion = 1.0 uom == "mm" elif uom == 'thou': decimals = 4 conversion = 25.4 uom == "in"
image

@5axes 5axes added bug Something isn't working broken function Broken Function , function with issue due to Code modification labels Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken function Broken Function , function with issue due to Code modification bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant