This is an open collection of 3D designs of projects, hobby creations ands comercial things.
Also available on Thingiverse.
I believe that the best way to learn and grow is by sharing and receiving knowledge.
All designs in this repository are licensed under the MIT License unless a LICENSE file is included inside a Thing folder.
To share and collaborate with the 3D maker community to create better things.
FOST concept: Free and Open Source Things.
To create a large collection of 3D designs for free use and collaboration.
All software used are FOSS.
- FreeCAD: For 3D modeling.
- Blender: For 3D modeling.
- PrusaSlicer: For slicing.
- Inkscape: For 2D design.
- etc.
3DThings
├───Thing
│ ├───designs
│ │ ├───blender
│ │ │ └───file.blend
│ │ ├───freecad
│ │ | └───file.FCStd
│ │ └───inkscape
│ │ └───file.svg
│ ├───extras
│ │ └───images
│ │ └───file.png
│ ├───printer
│ │ ├───3mf
│ │ │ └───file.3mf
│ │ ├───gcode
│ │ │ └───file.gcode
│ │ └───stl
│ │ └───file.stl
│ ├───README.md
│ └───LICENSE
├───README.md
└───LICENSE
- Thing: Template folder structure for each thing.
- designs: Folder for source design files.
- blender
- freecad
- inkscape
- other
- extras: Extra files like 2D designs, plans, electronics, etc.
- images (Images of the thing. Render, STL, real print, etc.)
- printer: Files related to printing.
- 3mf
- gcode
- stl
- README.md: Description of the thing (you have a template).
- LICENSE: License of the thing.
- designs: Folder for source design files.
Important:
- All folders in bold are mandatory
- You MUST include editable project files in desings folder (from any software mention above or FOSS)
- You MUST include STL files in printer/stl folder.
- You MUST include at least 1 image of the thing in extras/images folder.
- If you want to use a license different from MIT, you MUST include a LICENSE file with the license in Thing folder.
- All designs in this repository are licensed under the MIT License unless a LICENSE file is included inside a Thing folder.
- All software used is FOSS.
- Add License
- Contribution guidlines