Skip to content

Remove trailing Zeros in exported LDraw file #17

@Nexusnui

Description

@Nexusnui

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions