Projector work
This commit is contained in:
parent
53e012018f
commit
d042381293
|
@ -17,7 +17,7 @@ module notched_shaft (H = 10) {
|
||||||
D = 5;
|
D = 5;
|
||||||
difference () {
|
difference () {
|
||||||
cylinder(r = D / 2, h = H, center = true, $fn = 50);
|
cylinder(r = D / 2, h = H, center = true, $fn = 50);
|
||||||
translate([4, 0, 0]) cube([D, D, H + 1], center = true);
|
translate([4.25, 0, 0]) cube([D, D, H + 1], center = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue