Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenSCAD - Programmatic 3D modelling
#1
Is anyone around here using OpenSCAD for creating models for 3D printing?

I've just recently discovered it and I find it very cool. I've been using mainly Tinkercad and some Fusion 360 before, but I'm not nearly as good at Fusion 360 to be any productive, and as much as I love Tinkercad, I find it difficult to create more complex models there. Mainly I miss more advanced undo/redo and previous steps history. Another thing that really bugs in Tinkercad me is the rotation functionality. It's pretty much impossible to resize an object after it was rotated, the rotation is somewhat fixed (so for example rotating first around Z axis and then Y axis is not working as I would expect). I acknowledge that I might be missing some settings/options that would address those issues, but nevertheless.

So here comes OpenSCAD: it's pretty much programming and 3D designing combined! Perfect for me as I do programming for living - this way of thinking/workflow comes natural to me. You can compose more complex shapes out of simple primitives, use variables, iteration loops for generating shapes, conditions etc. Perfect.

I've only just stared playing around with it, but I already see the potential.
[-] The following 2 users Like izzy26's post:
  • hugnosed_bat, sloscotty
Reply
Login to remove this ad | Register Here
#2
Yup - OpenSCAD my main program for 3D design!  Glad to see someone else has discovered it!

I've tried learning Fusion 360, but as a former computer science teacher and programmer, OpenSCAD just matches the way I think.

The most involved object I have designed (and built) using OpenSCAD is an entire 3D printer: https://www.thingiverse.com/thing:918072
(Check out my other things - I've included a lot of my .SCAD files.)



[Image: etGqTLLl.jpg]

[Image: l9xArm0l.png]

[Image: ziTHcf8l.gif]

(The attached is an animated GIF of the above.)


Attached Files Thumbnail(s)
   
[-] The following 3 users Like sloscotty's post:
  • hugnosed_bat, nuxnik, Drone0fPrey
Reply
#3
I shall give OpenSCAD a try!! I mostly use solidworks but like to keep some skill in the more basic software so i can help people out Big Grin
I'm really IntoFPV
Youtube|Instagram|Facebook|Steam
Don't forget to rate people who have helped you!
Reply
#4
OpenSCAD doesn't have "free-form" tools (like F360), so designing nice "flowing" shapes (like canopies) isn't easy/possible:

[Image: cad3.png]

But for many things, I find it much quicker and easier.
Reply
#5
I use Fusion360 since it was the most talked software when I got my 3D printer, however I could give OpenSCAD a try since I don't use those mesh and flow thingies Smile

Maybe this weekend if I got the time.
Reply
#6
Hi everyone!I'll take advantage of this thread (excuse me sir) to ask you for some advice about #D printing and design.
Recently i got an Ender 3 in exchange for my PS4 Pro (my brothe had the printer so e exchange machines, i'llgive him my PS4 after buying the PS5 Tongue) and i'm really lost ith 3D modeling; i wonder if you know some good youtube tutorials for an easy and (preferible free) 3D modeling software. Thank you!
Reply
#7
No problem mate Smile

Usually a good starting point to the world of 3D modelling is Tinkercad (https://www.tinkercad.com/) - it's free, runs completely in web browser, is really easy to use for basic stuff and even I, who is a complete 3D modelling noob, was able to put together quite nice and useful models. Plus there's tons of existing models which you can use and modify. Pro tip: it works to copy (ctrl+c) a model or a part of it from one design opened in one browser tab and paste it to another design opened in another browser tab.

Next level is usually Fusion 360, which is a full blown 3D modelling software. It's free for hobbyists and students and it's very powerful. The learning curve is quite steep, but there's tons of resources, tutorials and forum discussions online.

I don't have much experience with other tools. But there's another thread where the OP is asking about similar topic right here, you might want to check it out too Smile https://intofpv.com/t-looking-for-a-mode...-tinkercad
[-] The following 3 users Like izzy26's post:
  • johnwhip, CM17X, Drone0fPrey
Reply
#8
(24-Mar-2020, 05:03 PM)izzy26 Wrote: No problem mate Smile

Usually a good starting point to the world of 3D modelling is Tinkercad (https://www.tinkercad.com/) - it's free, runs completely in web browser, is really easy to use for basic stuff and even I, who is a complete 3D modelling noob, was able to put together quite nice and useful models. Plus there's tons of existing models which you can use and modify. Pro tip: it works to copy (ctrl+c) a model or a part of it from one design opened in one browser tab and paste it to another design opened in another browser tab.

Next level is usually Fusion 360, which is a full blown 3D modelling software. It's free for hobbyists and students and it's very powerful. The learning curve is quite steep, but there's tons of resources, tutorials and forum discussions online.

I don't have much experience with other tools. But there's another thread where the OP is asking about similar topic right here, you might want to check it out too Smile https://intofpv.com/t-looking-for-a-mode...-tinkercad

Thank you so much! I'll go with the basics to get the grip!
Reply
#9
(17-Mar-2020, 07:26 PM)sloscotty Wrote: Yup - OpenSCAD my main program for 3D design!  Glad to see someone else has discovered it!

I've tried learning Fusion 360, but as a former computer science teacher and programmer, OpenSCAD just matches the way I think.

The most involved object I have designed (and built) using OpenSCAD is an entire 3D printer: https://www.thingiverse.com/thing:918072
(Check out my other things - I've included a lot of my .SCAD files.)



[Image: etGqTLLl.jpg]

[Image: l9xArm0l.png]

[Image: ziTHcf8l.gif]

(The attached is an animated GIF of the above.)

Very impressive.

I'm also a big fan of OpenSCAD. It has a learning curve, but it is very powerful and straightforward. Another favorite CAD proggy I use quite often is solvespace. It's not as well known, but I am a fan of the interface and the simplicity. It is also free: https://solvespace.com
Reply
#10
(19-Nov-2020, 01:40 PM)nuxnik Wrote: Very impressive.

I'm also a big fan of OpenSCAD. It has a learning curve, but it is very powerful and straightforward. Another favorite CAD proggy I use quite often is solvespace. It's not as well known, but I am a fan of the interface and the simplicity. It is also free: https://solvespace.com

Thanks!  I'll have to check that one out.
Reply



Login to remove this ad | Register Here