Screw holes moved 1mm to align with the power distribution board holes
This commit is contained in:
parent
a5016eadfb
commit
4cb5b1ff0d
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ intersection() {
|
||||||
cube(size=[105, 105, 3], center = true);
|
cube(size=[105, 105, 3], center = true);
|
||||||
|
|
||||||
if (mode == "bottom") {
|
if (mode == "bottom") {
|
||||||
translate([ 0, 21.25, 3.5])
|
translate([ 0, 21.5, 3.5])
|
||||||
cylinder(d = 5, center = true, h = 7);
|
cylinder(d = 5, center = true, h = 7);
|
||||||
translate([ 0,- 21.25, 3.5])
|
translate([ 0,- 21.5, 3.5])
|
||||||
cylinder(d = 5, center = true, h = 7);
|
cylinder(d = 5, center = true, h = 7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue