OpenSCAD include/use directive for using external libraries #614
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there, I just stumbled upon Cadhub, it looks like an amazing idea!
I'm trying to import some OpenSCAD models that I already created, but all of them depend on external libs, so I'm wondering if it's possible to include external libs without copy-pasting the entire .scad code. The multi-file support could also be a solution, but it would be nice just to install/link scad files from a GH repo or via URLs, i.e. what if I want to use https://github.com/revarbat/BOSL2 ?