Skip to content

This is a public collection of 3D designs make with hands by me.

License

Notifications You must be signed in to change notification settings

rapax00/3dthings

Repository files navigation

3DThings

Stars License

Index

About

This is an open collection of 3D designs of projects, hobby creations ands comercial things.

Also available on Thingiverse.

Why free and open?

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.

Mision

To share and collaborate with the 3D maker community to create better things.

Vision

FOST concept: Free and Open Source Things.

To create a large collection of 3D designs for free use and collaboration.

Software stack

All software used are FOSS.

  • FreeCAD: For 3D modeling.
  • PrusaSlicer: For slicing.
  • Inkscape: For 2D design.

Repo structure and files

3DThings
├───Thing
│   ├───Extras
│   │   ├───file.xxx
│   ├───GCODE-3MF
│   │   ├───printable.gcode
│   │   ├───project.3mf
│   ├───Images
│   │   ├───thing.png
│   ├───Parts-Assemblys
│   │   ├───part.FCStd
│   │   ├───part.STEP
│   ├───STLs
│   │   ├───thing.stl
│   ├───README.md
├───README.md
├───LICENSE
  • Thing: Folder with all files of the thing. One folder per thing.
    • Extras (optional): Extra files like 2D designs, plans, electronics, etc.
    • GCODE-3MF (optional): GCODE and 3MF files for printing and configuration.
    • Images (at least 1): Images of the thing. Render, STL, real print, etc.
    • Parts-Assemblys (mandatory): Parts/designs of the thing in native editable format.
    • STLs (mandatory): STL files of the thing.
    • README.md (mandatory): Description of the thing.
    • LICENSE (optional): If the thing has a different license than the repository.
  • CONTRIBUTING.md: Guidelines for contributions. (WIP)
  • README.md: Main description of the repo.
  • LICENSE: License of the repo and all things.

Considerations

  • 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.

To Do

  • Add License
  • Contribution guidlines

Contributors