Projector work

This commit is contained in:
sixteenmillimeter 2020-07-07 11:54:01 -04:00
parent 53e012018f
commit d042381293
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module notched_shaft (H = 10) {
D = 5;
difference () {
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);
}
}