cones are just pyramids with infinite sides

This commit is contained in:
Louis Beal 2024-01-08 22:15:43 +00:00
parent 5e63ab4490
commit 8ffe824015

View file

@ -196,7 +196,7 @@ module block_base_hole(style_hole, o=0, chamfer=0.0) {
}
if (style_hole > 1)
cylinder(h = 2*h_base-o, r = r1, center=true);
// generate an offset pyramid for a 0.4mm chamfer
// generate an offset cone for a 0.4mm chamfer
if (chamfer>0)
translate([0, 0, (hole_h-0.01)])
difference() {