- slighty longer mount on lid
This commit is contained in:
parent
ac8e267816
commit
5222b26587
1 changed files with 4 additions and 4 deletions
|
@ -95,11 +95,11 @@ if(print_lid){ // Lid //
|
||||||
screw_back = [36];//mm
|
screw_back = [36];//mm
|
||||||
lid(98,3,screw_front,screw_back);
|
lid(98,3,screw_front,screw_back);
|
||||||
|
|
||||||
translate([65, 21, 12]) {
|
translate([65, 20.5, 12]) {
|
||||||
cube([40, 20, 5]);
|
cube([40, 21.5, 5]);
|
||||||
}
|
}
|
||||||
translate([65, 21, 71]) {
|
translate([65, 20.5, 71]) {
|
||||||
cube([40, 20, 5]);
|
cube([40, 21.5, 5]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue