Round Anything Openscad - Making fillets easy

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 23

  • @RonieUliana
    @RonieUliana 4 года назад +5

    Incredible work! Thanks a lot for that. 🙇‍♂️
    Maybe OpenSCAD doesn't have everything that we want embedded, but programming languages are SO extensible (even the ones not powerful as a full-featured language). Work like yours made things so much easier!

  • @flamy111
    @flamy111 3 года назад +4

    I found your library looking for something to round corners on cubes in my existing design, but your video gave me a new insight on how to approach design in openscad. Thus far, I've been stitching together primitive shapes, using hull() function and sometimes using linear_extrude with polygons.
    From now on when starting new designs I will try to think in terms of in terms of polygons as primitives when I'm going to use your library.

    • @flamy111
      @flamy111 3 года назад

      It looks like subscription form is not working.

    • @meanman1992
      @meanman1992  3 года назад +3

      Awesome Alex. I think that's the way it should be done. Sketch and extrude is the workhorse in more traditional CAD packages for a reason :)

  • @cr6925
    @cr6925 3 года назад +3

    Excellent stuff. I started with openscad, loved it's "C" feel but soon bumped into its limitations. Using Design Spark mechanical solely now but still have a very a very fond space in my heart for openscad. 😊

    • @meanman1992
      @meanman1992  3 года назад

      There are definitely limits.
      Have you tried CadQuery, JSCAD or some of the alternatives?

  • @kippie80
    @kippie80 4 года назад +3

    Thanks Kurt, you've sold me with your library. Coming from using Sketchup ... and looking for alternatives because it is kind of abandoned, falls short on curves and export of STLs but also loving the paradigm of sketch and extrude, I'm gonna give it a go. Still gonna use sketchup for architecture though. Now, if I can see how you make components in OpenScad, think I'm ready (think I know the answer, it is a function but wanna see it)!

  • @rackbites
    @rackbites Год назад

    Best lib for openscad, amazing.

  • @katherinefernald4312
    @katherinefernald4312 2 года назад +1

    Is there a manual somewhere? Like a list of commands within Round-Anything and actually how to use them? I haven't been able to figure out the syntax just by watching snazzy videos and seeing rounded shapes. Thanks!

  • @ptigptig
    @ptigptig 11 месяцев назад

    Hi,
    I have the scad file running but I'm not seeing how to control the part thicknesses. in radiusExtrudeExample(); It looks like it defaults to 3 cm thick....in roundAnythingExamples.scad

  • @michaelthompson8251
    @michaelthompson8251 Год назад

    topological optimization library?

  • @dansw0rkshop
    @dansw0rkshop 4 года назад

    Does it work for beveling text? I'm looking for something to add casting draft angle to text.

    • @meanman1992
      @meanman1992  4 года назад

      No, it wont. You likely could use the "extrudeWithRadius" utility to add radius to text, or you could look at the code for that and change it to make your own "extrudeWithBevel" utility.

    • @meanman1992
      @meanman1992  4 года назад

      I think you're more likely to have success with CascadeStudio or CadQuery, come to think of it.
      kurthutten.com/blog/curated-code-cad/

  • @klausstock8020
    @klausstock8020 2 года назад

    I'd love to see a comparison against the Minkowski sum, to show the difference in speed. With some very simple parts, of course. While the minkowski() function is pretty simple to use (and not as flexible), you shift from complaining about the slowness of 3D prints to complaining about the slowness of OpenSCAD.

  • @NavyCuda
    @NavyCuda 4 года назад +1

    Drawing with VSC? I find openscad very enjoyable coming from autocad/inventor/fusion... I still have so much to learn though.

    • @meanman1992
      @meanman1992  4 года назад

      Nice, keep going, gets easier with practice.
      and yup, I use VS-code for everything coding related, I'm pretty comfortable with the editor at this point.

  • @meanman1992
    @meanman1992  4 года назад +2

    I'm currently working on a community website for "Code-CAD" (like OpenSCAD). A good way to think of it is codepen crossed with a thing repository. You can check it out at cadhub.xyz/

    • @herseem
      @herseem 3 года назад

      When I try to sign up for this I click on the link in the email I get, and when it returns to the website it says, "problem confirming email".

    • @meanman1992
      @meanman1992  3 года назад

      @@herseem This should be fixed now. Can you try clicking the link in the verification email again and let me know if you have any trouble?

    • @herseem
      @herseem 3 года назад

      @@meanman1992 yes, it works now

  • @PSUQDPICHQIEIWC
    @PSUQDPICHQIEIWC 9 месяцев назад +1

    I saw this in recommendations and immediately expected the advice was "oh, just bludgeon everything with minkowski()". It was nice to be wrong.

    • @bendernakamoto
      @bendernakamoto 6 месяцев назад

      I've got a program that minkowski's text extrudes and it bludgeons my pc