Move the bolts lower, closer to the bottom of the base
This commit is contained in:
parent
3fdf108cc6
commit
f6235b9ad3
|
@ -26,11 +26,11 @@ module bolt_voids () {
|
|||
//holes
|
||||
translate([0, -(71.5 / 2) + 12, 0]) {
|
||||
cylinder(r = 10 / 2, h = 100, center = true);
|
||||
translate([0, 0, 9]) cylinder(r = R(16.5), h = 25, center = true, $fn = 6);
|
||||
translate([0, 0, 10]) cylinder(r = R(16.5), h = 40, center = true, $fn = 6);
|
||||
}
|
||||
translate([0, (71.5 / 2) - 34, 0]) {
|
||||
cylinder(r = R(6.5), h = 100, center = true);
|
||||
translate([0, 0, 9]) cylinder(r = R(13), h = 25, center = true, $fn = 6);
|
||||
translate([0, 0, 10]) cylinder(r = R(13), h = 40, center = true, $fn = 6);
|
||||
}
|
||||
/*translate([(-50 / 2) + 18, (71.5 / 2) - 62, 0]) {
|
||||
cylinder(r = R(10), h = 100, center = true);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue