Replies: 2 comments 2 replies
-
; is missing in the minimal script example |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for the lib. Just not sure how to tell if the minimal script has worked :-( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Generally speaking the source of truth is the official OpenSCAD documentation for including libraries.
But the TL:DR version is that will work for most people is:
On this repo's homepage, click "code" -> "Download ZIP"
Unzip the folder and rename to remove "master" from the name, rename to "Round-Anything"
Put this folder in the OpenSCAD library folder for your OS, defaults are:
My Documents\OpenSCAD\libraries
$HOME/.local/share/OpenSCAD/libraries
$HOME/Documents/OpenSCAD/libraries
<include>
to use the library, the following minimal script to should verify the library is working:Please note that installing the library this way will mean that you won't receive new updates to the library so checking back once in a while is a good idea, Replace the folder to update the library.
Alternatively, If you're comfortable with git, you can make this repo a submodule of your own repo to make it easy to update.
If you run into trouble feel free to leave a comment on this thread.
Beta Was this translation helpful? Give feedback.
All reactions