-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Because of the precision used for numbers, the resulting LDraw file is larger, than it has to be.
Describe the solution you'd like
Remove trailing zeros e.g. insted of "0.000000" -> "0"
Describe alternatives you've considered
Use a texteditor that supports regular expressions to remove trailing zeros
Additional context
The choosen solution should not drastically affect conversion time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request