Working with STL Files in FreeCAD: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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. | ||
=Forum Post= | |||
https://forum.freecadweb.org/viewtopic.php?f=3&t=29057 |
Latest revision as of 21:26, 31 May 2018
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.