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

Exporter Precision? #105

Open
jimfoltz opened this issue Oct 17, 2013 · 2 comments
Open

Exporter Precision? #105

jimfoltz opened this issue Oct 17, 2013 · 2 comments

Comments

@jimfoltz
Copy link
Contributor

We know SketchUp doesn't handle small geometry well, so is there any reason for exporting decimal numbers out to 11, 12, or more places? Would we create a "better" STL model by rounding (or truncating) the decimals?

A number like -1.4210854715202004e-14 is not uncommon to find in the exported file.

@thomthom
Copy link
Member

Good question. How many decimals are normally written out by other software?

And do we risk affecting the geometry - making a polygon non-planar?

I think we can try - but I'd like to get the test units set up first with a suite of test models before we make such a change.

@DanRathbun
Copy link

I would think it depends upon the unit.
If we find a way to put the unit in the STL file, then the number of decimal places depends upon how the SketchUp internal precision (0.001") translates into the file unit, and then is representative of 3 dimensions.

For example, in unit of inches, I'd think 9 decimal places for 3 dimensions.

What about an export option that allows users to set the decimal places ?

What about export options set per named 3D Printer profiles ? (If the print head can only be positioned to some tolerance in any axis, then what's the point of 16 decimal places, when 5 or 6 will do ?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants