diff options
Diffstat (limited to 'docs/ITPClassNotes.md')
| -rw-r--r-- | docs/ITPClassNotes.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/ITPClassNotes.md b/docs/ITPClassNotes.md new file mode 100644 index 0000000..42b1794 --- /dev/null +++ b/docs/ITPClassNotes.md @@ -0,0 +1,21 @@ +# Using Open Scad to create 3d Printed and Laser cut objects. + +## How is OpenSCAD pronounced? +Open ESS Cad + +## Where to get OpenScad +### Download binary +### install package +#### Ubuntu/Debian +``` +root@redshirt:/home/feurig# apt install openscad +``` +#### Macos / Homebrew +``` +feurig@Nix ~ % brew install openscad +``` + +## Linkdump +- http://openscad.org +- https://mastering-openscad.eu/buch/reference/ +- https://www.thingiverse.com/search?q=scad&page=4&type=things&sort=relevant
\ No newline at end of file |
