Working with STL Files in FreeCAD

From Open Source Ecology
Revision as of 21:13, 31 May 2018 by Marcin (talk | contribs) (Created page with "As of FreeCAD 2016, working with STL files is a sonnuvabitch. Rotating the position of an STL is tricky. Only one rotation type is allowed, or a single angle rotations around...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

As of FreeCAD 2016, working with STL files is a sonnuvabitch. Rotating the position of an STL is tricky. Only one rotation type is allowed, or a single angle rotations around multiple axes. To do multiple rotations around multiple axes, one needs to Export the STL. Exporting resets the rotational orientation, so that another rotation can be performed.