forgot one inside corner
This commit is contained in:
parent
f23f576212
commit
ed01fdde20
@ -412,6 +412,17 @@ module dasbob_round()
|
|||||||
circle(r=1);
|
circle(r=1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//top in 2
|
||||||
|
translate([210.77, 31.75])
|
||||||
|
difference() {
|
||||||
|
polygon([
|
||||||
|
[0, 0],
|
||||||
|
move_polar_2d([0, 0], 0, 5),
|
||||||
|
move_polar_2d([0, 0], 90, 5)
|
||||||
|
]);
|
||||||
|
circle(r=1);
|
||||||
|
}
|
||||||
|
|
||||||
//top in 1
|
//top in 1
|
||||||
translate([192.79, 33.75])
|
translate([192.79, 33.75])
|
||||||
difference() {
|
difference() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user