https://openscad.org/

It’s software cad. You write code that makes the 3d model. And then you print the 3d model.

The last “official release” was 2 years ago. But development (and community) is active. You gotta get the nightly builds.

  • jhnphm@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    4 months ago

    Also check out build123d; uses Python instead of a non standard DSL, and supports fillets/chamfers

    • TunaLobster@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      I wrote my own fillet function in openscad. It was a fun adventure to work out the geometry. Next time I’ll use some else’s function.

  • bluewing@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    ·
    4 months ago

    Openscad is fine for pretty basic one item things. It’s not so good for complex designs like the model steam engines I sometimes amuse myself with. And it’s sure not capable in a commercial setting.

    But if you enjoy openscad and writing code, more power to you and enjoy what you are doing with it!

  • CetaceanNeeded@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    4 months ago

    It’s really cool and I love the concept but doing basic things like chamfers are super slow and clunky so I just use freecad, which has support for openscad but also has conventional CAD paradigms.

  • Treczoks@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 months ago

    Absolutely. Blender is so fucked up. Designed for the artsy types, but if you need something at exactly these coordinates, you are fucked.

    With openscad you have precision, repeatability, and you can even write scad source code from some data points you have, and just use it.

  • peregrin5@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 months ago

    I got too used to Fusion 360 and now I’m stuck with it since I can make stuff fast, easy, and parameterized with full change history and it’s too much effort to learn something new to replace my workflow. Also its the CAM software for my CNC.

    I’ll probably play around with SCAD/Build123d though for fun.

  • cestvrai@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    I used to work in Grasshopper for parametric models but now I mostly reach for OpenSCAD.

  • artificialfish@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    Yes and there’s a good Python adapter language if I recall.

    However freecad is also OSS and it has good parametrics. I don’t know how to do fancy stuff so works for me.