Open SCAD - How to Use for CNC and Laser Cutting!

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

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

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

    I used openscad to design some laser-cut brackets that were assembled with box joints. I did a 2d module for each piece, and then I linear extruded each module in the thickness of my MDF and assembled them in 3d, so I could see the whole thing fitted together - check that everything was right. Once each piece was designed and I could see the assembly worked, I could output the 2d parts as SVG and lasercut them.
    Oh, incidentally: that for() loop cuts seven holes.

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

      Redoing the gcode path operations every time an edit is made got tedious.
      I started writing an app called CAMigator to automate the whole process. I'll release it on my channel. Stay tuned!

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

    Everytime you make an edit, you have to redo the cnc cutpath operations?
    When you have 26 holes,that is tedious. Any ideas?

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

    Is vectric2d cut part of scad or cost money?

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

    Nice touch altering the loop increment to calculate the angle directly.
    As variables inside a loop can't be accessed outside a loop, can I suggest using rotate?
    Also if pcds might be used frequently write up a helper module that acts on it's children. Ie acts in similar way to translate, rotate etc.
    Eg invoke the module along lines of
    on_pcd(axis, diameter, qty) {cylinder.....)}

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

    Do you account for cutting kerf in OpenSCAD or is that done in the downstream software?

  • @PilotGT
    @PilotGT 7 лет назад

    what material did you use for the gasket?

  • @reganplatter5936
    @reganplatter5936 7 лет назад

    What watt laser did you use?

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

    👍

  • @greg4367
    @greg4367 8 месяцев назад

    The link to the code is broken as of 3/24/2024. Makes the RUclips useless.