OpenSCAD - Project Enclosure - Part 3 - Fillet Mounts

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

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

  • @kevinbowker2385
    @kevinbowker2385 2 года назад +2

    This whole series is very nice! Thank you for putting it together.

  • @shakejones
    @shakejones Год назад +1

    Great video+explanation+presentation! Thank you SO MUCH for sharing your knowledge! Well done mate 🙏🏻

  • @RichardVowles
    @RichardVowles 6 лет назад +2

    The preponderance of global variables is making me squirm, but I am learning techniques and I appreciate your videos for that!

    • @mathcodeprint
      @mathcodeprint  6 лет назад +1

      Thanks! I know how you feel. For any kind of parameter based objects the variables grow like weeds. It is a struggle. I think I went overboard in these videos though. You will probably learn what not to do as well :)

    • @mathcodeprint
      @mathcodeprint  6 лет назад

      Also, keep in mind I made a mistake with screw post #4

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

    Thanks, always great teaching video.

  • @bbowling4979
    @bbowling4979 8 лет назад +2

    Very nice tutorial. I really like the section on how to do the fillet. I had been wondering how to create those in openSCAD.
    One ironic mistake though is that you mention that with the arduino CAD model you don't need to actually have one to build a case, then proceed to place mounting post 4 over a push button rather than the mounting hole on the board. I have to believe that if you had the board in hand you might have noticed the discrepancy.

    • @bbowling4979
      @bbowling4979 8 лет назад

      No problem. I've worked with the boards a bunch so when I saw the measurement on the CAD file to the switch I just thought to myself "uh oh". I really have enjoyed the series and I want to say thank you for making them.
      Do you still have a link to the CAD file that you used for the arduino by chance?

  • @malcolmlee4723
    @malcolmlee4723 7 лет назад +3

    Hi,
    Thanks for the tutorials. An engineer friend of mine showed me OpenSCAD so I've just started playing with it so on a steep learning curve.
    Why doesn't the drawing show up etc? Ohh! wrong sort of brackets etc. I need the cheat sheet next to me.
    I was doing the mounts as I was watching your tutorial, but when I did the square and circle etc, I just had the shape outline, not like your video with a bit of height?( ie z axis height) Is that a setting somewhere? I realise it is a 2D object but you seem to have a 3D object. Does that make sense?
    The other thing, is why does it work? It seems that you draw the profile on the XY plane, but when it creates the 3D part (rotate_extrude(convextivity=10), it "flips" it to the Z axis to create the part. I've read the manual a few times and think I understand that is what happens. I guess I'm a bit used to Autodesk Inventer.
    I guess I'm trying to run without learning to crawl first.
    Thanks
    Malcolm

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

    what version of openscad are you using. I have 2019.05 on Linux. When I do the square function, it shows it FLAT with NO height unless I add the linear_extrude().

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

      I think this was done with 2015. What you are seeing is the difference between f6 - render and f5 -preview. The preview shows a thickness that is not actually there.

  • @johansmolinski
    @johansmolinski 5 лет назад +1

    How did the rotate extrude know to turn the 2d object from the xy plane to the xz? Is there a convention for this? I don’t see how it knew it was not the yz, which would give a correct extrude but not the expected form. I’m new to openscad, just watching a few youtubes so please tell me if I’m thinking wrong.

    • @mathcodeprint
      @mathcodeprint  5 лет назад

      It's a good question. I don't know if there is a convention or rule if thumb, I think it was just a choice the developers made. It was fairly confusing to me at first. This is why I made the video. So you are not thinking wrongly. I would love it if they added a direction parameter at some point so you can choose the extrude direction.

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

    Why creating two squares and intersecting them to get another square when you could have just created that one square (1/4 size) to begin with?

  • @sevdev9844
    @sevdev9844 2 года назад +2

    Generally your videos are good, but the text is waaay to small.

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

      Thanks, i agree, :) i have tried a few things, will have to look at this again. :)