Message 1 of 2
ExportManager and Unit Type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I noticed in the "3D Print" command, there is a dropdown for Unit Type which defaults to mm.
Is there an equivalent to this in the API? I cannot find anything similar. I am trying to auto-orient bodies and export to STL for FDM printing. However, the slicer I am using assumes the (unitless) STLs are mm but they appear to be exported as cm. I assume this is because cm is the default system unit. Should I just scale my bodies up by 10 prior to exporting, or is there a better way?