https://github.com/adgaudio/3dprinter
3D parts, designs and small projects
https://github.com/adgaudio/3dprinter
Last synced: about 2 months ago
JSON representation
3D parts, designs and small projects
- Host: GitHub
- URL: https://github.com/adgaudio/3dprinter
- Owner: adgaudio
- Created: 2012-12-05T18:19:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T04:47:30.000Z (3 months ago)
- Last Synced: 2025-03-10T05:30:18.180Z (3 months ago)
- Language: OpenSCAD
- Homepage:
- Size: 615 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
3dPrinter - The software side to building and using your own 3d printer!
---This repo contains a collection of openscad parts I've designed. Some
of them are posted on Thingiverse.- `random_parts` An unorganized collection of one-off projects and small parts.
- `lib` Openscad modules that I very occassionally use to facilitate designing prints.
- `external` Other people's libraries that I depended on once or twice.
- `gears` A small collection of gears and an enclosure box for them.
- `dive_lights` Inserts and experiments with scuba lights. I proposed with these!Git submodules:
- OpenSCAD-Tools - contains a very useful python script called
openscad_exporter that I use all the time to export multiple stls from
a single scad file
- OpenSCAD_connectors - a library of connectors for aluminum extrusions
- dlp_printer - the designs for a DLP Stereolithography printer I built.Check out gettingStarted.sh for install notes I follow to install the
software that I use on my reprap.