OpenSCAD Stories - Fillet & Chamfer Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ค. 2024

ความคิดเห็น • 10

  • @robinhandelman9228
    @robinhandelman9228 2 หลายเดือนก่อน

    Rodney,
    I'm not sure you noticed the overhang of the chamfer at the outer edge of the box. I reduced the side of the chamfer by .3 to make it fit a little better. It should have stopped the curve inside of the box.
    rotate_extrude()
    translate([pipeRadius,0,0])
    difference()
    {
    square([roundedRad - .3, roundedRad - .3]);

    translate([roundedRad - .3, roundedRad - .3])
    circle(r = roundedRad-.3);
    }

  • @kurtharlem
    @kurtharlem 8 หลายเดือนก่อน

    It was nice the way the video included the mistake of using intersection() instead of difference(). Mistakes are realistic and make the journey more valuable.

  • @magnuswootton7368
    @magnuswootton7368 5 หลายเดือนก่อน

    that render looks beautiful too btw.

  • @magnuswootton7368
    @magnuswootton7368 5 หลายเดือนก่อน

    i wish i did this programming first!!! but i spose i could have but i didnt think of it. coding structures is a cool idea but i didnt have them at first. (ideas)

  • @aritramukhopadhyay7163
    @aritramukhopadhyay7163 5 หลายเดือนก่อน

    so... this is the easiest way to do that in scad! I thought there will be easier ways... like we do in solidworks/onshape etc...

  • @BakeJake
    @BakeJake ปีที่แล้ว

    Thank you, this was a big help! I wanted to add fillets without using a library. So that when someone downloads the file it works right out off the bat! I had issues where I was rotating the shape 90 degrees before rotate_extrude and the program didn't like that, wouldn't even generate. Once I figured that out it came together lol. Guess I miss understood how it worked, I thought you had to rotate the part onto x or y so that it could spin around the z axis but that's not the case. It seems to flip it for ya!

  • @iModel-ft6kh
    @iModel-ft6kh 3 ปีที่แล้ว

    When is part 2 coming. This one is great

  • @alienforce7688
    @alienforce7688 2 ปีที่แล้ว +1

    please make more openscad! tutorials please!

  • @kevinstroud3472
    @kevinstroud3472 ปีที่แล้ว

    Long winded for that job, but good to know the long way round. I would have just done it with a rotate extrude in a difference out of a cylinder

  • @leungnixon1425
    @leungnixon1425 ปีที่แล้ว

    would you increase the video and sound quality?