Openscad: How to Model an Enclosure Generator

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 29

  • @PaulMeredith
    @PaulMeredith 2 роки тому +5

    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.

  • @pradagio_
    @pradagio_ 2 роки тому +1

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

  • @carlossp1
    @carlossp1 2 роки тому

    Exactly what I needed. Thanks a lot

  • @paultakoy7091
    @paultakoy7091 3 роки тому +1

    Awesome job. Thank you for this video.

  • @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!

  • @kazamanu
    @kazamanu 2 роки тому

    Awesome, very powerful

  • @dd884e5d8a
    @dd884e5d8a 3 роки тому

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

  • @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.

  • @JasonWierakaJDub
    @JasonWierakaJDub Рік тому

    This is very good!

  • @pixelfrenzy
    @pixelfrenzy 4 місяці тому

    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!

  • @CircuitTheFox
    @CircuitTheFox 3 роки тому +2

    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.

  • @messiashenrique13
    @messiashenrique13 3 роки тому +1

    Great! Thanks!!!

  • @humidbeing
    @humidbeing 3 місяці тому +3

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

  • @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).

  • @YigalBZ
    @YigalBZ Рік тому

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

  • @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?

  • @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.

  • @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.

  • @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 3 місяці тому +1

    I thought you'd post the code