Openscad: How to Model an Enclosure Generator

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

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

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

    Brilliant job, trying to learn SCAD and this has just shown me the power of it will just one module, love it and thanks for sharing.

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

    yes! great explanation and example for SCad. Thank you so much for sharing.

  • @pixelfrenzy
    @pixelfrenzy 3 месяца назад

    I was hoping someone would have done this already! Couple of questions: Have you tried putting threaded heat set inserts into the holes and are there any issues with tolerance of position? Secondly, countersinking the lid holes - would this just be a matter of using cones/tapered cylinders rather than straight cylinders? Thanks!

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

    this is excellent! i just started openscad and found your work most helpful!

  • @humidbeing
    @humidbeing 2 месяца назад +2

    This would be a great tutorial if the code had been provided like on github or pastebin or something

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

    I'm just getting started with this. I'd like to make holes that have a recess for the screw head and a smaller hole for the screw shaft.

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

    Exactly what I needed. Thanks a lot

  • @paultakoy7091
    @paultakoy7091 3 года назад +1

    Awesome job. Thank you for this video.

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

    I'll use this for my enclosures from now on. Thanks!

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

    Hello, tried to get this typed in and could not get rid of all the errors, is there any way you could send me the scad fill?

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

    I like your video.
    I wonder if you are willing to share the scad file you wote to create it as it would save a lot of fumbling around.
    I'd like to make some custom enclosures for projects based on the Microchip DM182026
    I'll add an opening for the USB connector and a header I will include in the project. I'll also add a platform/spacer to hold the board above the bottom. Perhaps add a hole for a transparent window to the lid (so the power LED is visible).

  • @CircuitTheFox
    @CircuitTheFox 3 года назад +1

    Thanks. This is gonna help out big time. I do wonder though.. is it possible to put holes in the side of the walls for cables and such?

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +2

      Definitely, openscad is super versatile! Thanks for watching.

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

    Awesome, very powerful

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

    That is a very useful box. I need such for Arduino/ESP32 projects. Where are the OpenScad files located?

  • @braydenheck7864
    @braydenheck7864 3 года назад +1

    Wow thanks for the video! This is going to be awesome for making Arduino project boxes.

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +2

      Thanks for watching. Hope they turn out great for you!

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

    This is very good!

  • @StephaneBlais
    @StephaneBlais 3 года назад +1

    Great tutorial, could you post a link to the scad file please?

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Thanks for watching! I’ll send the file if you send me an email: brandon@baldguydiy.com.

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

    I have a question: Could you please describe what the posts() command does in detail? I really need it for my OpenSCAD presentaion and it would hep me alot. Thank you in advance.

  • @messiashenrique13
    @messiashenrique13 3 года назад +1

    Great! Thanks!!!

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

    Great video! How do you export the separate parts as separate files?

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

      Thanks for watching! You just comment out the sections you don’t want to export. If you want to get fancy you can also create if statements that turn off certain items from being created if you change their value to false. But for most situations, just commenting out the parts you don’t want exported works great.

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

      @@BaldGuyDIY Thanks for the quick answer. I will try it out. :) I also found another possiblity: in FreeCAD there is a Workbench called openSCAD, where you can copy and paste the entire openSCAD code. From there, individual objects can be exported, too. I think the FreeCAD solution might be another possiblity in case your proposed solution doesn't work. It's always good to have multiple options, I guess. :)

  • @byronD-r3b
    @byronD-r3b 2 месяца назад

    I thought you'd post the code