Case for MKS - bottom part move mount holes
This commit is contained in:
parent
ad4f2198ea
commit
42da75486e
1 changed files with 6 additions and 6 deletions
|
@ -131,13 +131,13 @@ module walls() {
|
|||
}
|
||||
|
||||
// holes for mounts
|
||||
translate([30, depth + thickness + spacing *2.1, thickness + 10])
|
||||
translate([30, depth + thickness + spacing *2.1, 15])
|
||||
rotate([90, 0, 0])
|
||||
cylinder(h = thickness * 2, d = 3);
|
||||
cylinder(h = thickness * 2, d = 3.5);
|
||||
|
||||
translate([width + spacing *2 - 30, depth + thickness + spacing *2.1, thickness + 10])
|
||||
translate([width + spacing *2 - 30, depth + thickness + spacing *2.1, 15])
|
||||
rotate([90, 0, 0])
|
||||
cylinder(h = thickness * 2, d = 3);
|
||||
cylinder(h = thickness * 2, d = 3.5);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue