Welcome! Log In Create A New Profile

Advanced

Quick help with Openscad

Posted by Crussell 
Quick help with Openscad
May 15, 2013 12:22AM
Can someone give me a quick rundown on how to use the modules that come with openscad? Im particularly interested in hardware and nuts_and_bolts. I tried looking at the manual but it kinda confuses me and I didnt find any Youtube videos on it...confused smiley
Re: Quick help with Openscad
May 15, 2013 12:38AM
jump into the #reprap irc room, it'll be easier,




-=( blog )=- -=( thingiverse )=- -=( 3Dindustries )=- -=( Aluhotend - mostly metal hotend)=--=( Facebook )=-



Re: Quick help with Openscad
May 15, 2013 01:13AM
what about something like this?

[www.thingiverse.com]


Re: Quick help with Openscad
May 15, 2013 01:51AM
I was actually referring to some of the scad files in the libraries folder in openscad. I can make nuts and stuff in those files but I cant figure out how to use them in another drawing. I tried the "include" function but it keeps saying it cant find those files. What am I doing wrong? Thats what those files are for, right?
Re: Quick help with Openscad
May 15, 2013 05:36PM
try putting the files in the same directory as the scad file you are writing,




-=( blog )=- -=( thingiverse )=- -=( 3Dindustries )=- -=( Aluhotend - mostly metal hotend)=--=( Facebook )=-



Re: Quick help with Openscad
May 15, 2013 11:30PM
Quote
thejollygrimreaper
try putting the files in the same directory as the scad file you are writing,

GOT IT! Thanks, I didnt think about them not being in the same folder!
Re: Quick help with Openscad
May 16, 2013 06:44AM
Openscad doesn't seem to like it if you're referencing a file in another folder even if you include the full path to it so they have to all be in the same folder which is a pain.

Ben
Re: Quick help with Openscad
May 16, 2013 06:55AM
This is NOT true!

Quote
OpenSCAD User Manual/Include Statement
...Library files are searched for in the same folder as the design was open from, or in the library folder of the OpenSCAD installation. You can use a relative path specification to either. If they lie elsewhere you must give the complete path. A number of library files are included. See the OpenSCAD_User_Manual/Libraries page...

See the documentation for the OpenSCAD User Manual/Include Statement.


Bob Morrison
Wörth am Rhein, Germany
"Luke, use the source!"
BLOG - PHOTOS - Thingiverse
Re: Quick help with Openscad
May 16, 2013 08:36AM
rhmorrison Wrote:
-------------------------------------------------------
> This is NOT true!
>
>
> ...Library files are searched for in the same
> folder as the design was open from, or in the
> library folder of the OpenSCAD installation. You
> can use a relative path specification to either.
> If they lie elsewhere you must give the complete
> path. A number of library files are included. See
> the OpenSCAD_User_Manual/Libraries page...
>
>
> See the documentation for the OpenSCAD User
> Manual/Include Statement.


Well all that says is that the files must be in the current folder or the library folder which you can give a complete path too which is not what I said.

Ben
Sorry, only registered users may post in this forum.

Click here to login