Skip to content

don-patterson/printing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning some OpenSCAD by building up some models and libraries. So far this is entirely intended for 3d printing.

Setting up library path

In OpensSCAD, go to Help -> Library Info and look for "OpenSCAD library path". You'll see something like ~/.local/share/OpenSCAD/libraries. Inside there, clone BOSL2 and also link to the lib directory contained in this repo, if needed.

mkdir -p ~/.local/share/OpenSCAD/libraries
cd ~/.local/share/OpenSCAD/libraries
git clone git@github.com:BelfrySCAD/BOSL2.git
ln -s ~/dev/printing/lib don

Installing OpenSCAD nightly

See the instructions at the OpenSCAD website.

About

scad libraries and models for 3d printing

Resources

License

Stars

Watchers

Forks

Contributors