Openscad

All things 3D printing. Printers, design, CAD, hints and tips, models built.
Post Reply
User avatar
Woz
Warrant Officer 2nd Class
Posts: 1322
Joined: Thu Oct 23, 2008 12:06 am
Location: UK
Contact:

Openscad

Post by Woz »

Just a heads up, there's a new version of Openscad out

https://www.openscad.org/downloads.html
User avatar
Woz
Warrant Officer 2nd Class
Posts: 1322
Joined: Thu Oct 23, 2008 12:06 am
Location: UK
Contact:

Re: Openscad

Post by Woz »

Tried it and it is very slow at rendering so gone back to the old version.
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Openscad

Post by wibblywobbly »

Seems to render ok, though I use Linuxmint. They seem to have changed or deprecated some of the code, so the parameter 'center=true' is no longer recognised. It still renders ok, but throws up a warning for each occurence...I use that on every line of code I write??

I'll have to do some digging and delving to find out what the syntax should now be.
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Openscad

Post by wibblywobbly »

Tried the new version with a complex structure (openscad takes longer to render spheres) and compared the two versions. The new version is slower.

The system has been updated for the benefit of pro-programmers, so anything that doesn't meet programming protocols throws up a warning. The warnings don't affect the design at all. Hence, any old files that are loaded into the new version will generate a long list of warnings for things that weren't previously visible.

The warnings can be switched off in Edit>Preferences?Advanced, but you will have to reboot Openscad before the warnings will disappear.

It seems that the updates are more of a benefit to the professionals rather than the hobbyists (who tend to use basic commands) so I am staying with the old version.

I was hoping for some updates for the text editor that would speed up typing, eg type in

'cube'

and it would generate

'translate([0,0,0])rotate([0,0,0])cube([0,0,0],center=true);'

so that all I would need to do is type in the numerics...but hey, maybe one day? It can be done using an external editor, and linking that to Openscad, but it gets a bit messy.
Tiger 1 Late
Panther G
King Tiger
M36 B1
User avatar
Woz
Warrant Officer 2nd Class
Posts: 1322
Joined: Thu Oct 23, 2008 12:06 am
Location: UK
Contact:

Re: Openscad

Post by Woz »

I design stuff like I'm building lego.

Cube here, cylinder over there, right lets join 'em together.
User avatar
wibblywobbly
Major
Posts: 6396
Joined: Fri Oct 17, 2008 9:30 am
Location: South Wales Valley
Contact:

Re: Openscad

Post by wibblywobbly »

That's pretty much all I do too, though due to a bit of programming in my working days I know how to create multiple instances of a single part, which is useful for vents and slats, wheel nuts, etc.
Tiger 1 Late
Panther G
King Tiger
M36 B1
Post Reply

Return to “3D Printing”