Updated 3D printing 101 (markdown)

This commit is contained in:
rusefillc 2024-02-14 16:42:24 -05:00
parent df18c0fd82
commit 7f5f6154ef
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
* .f3D = Fusion360 * .f3D = Fusion360
* .ipt = Inventor 2021 design file * .ipt = Inventor 2021 design file
* .STL = just 3D shape * .STP STEP (or STP) is a popular file format used to store and transfer 3D and 2D geometry models, parts, and design data.
* .STL = 3D print print file
* .3MF = 3D print slicer file * .3MF = 3D print slicer file
* .gcode = prusa file? * .gcode = prusa file?