mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-25 21:25:35 +00:00
- slighty longer mount on lid
This commit is contained in:
parent
ac8e267816
commit
5222b26587
@ -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…
Reference in New Issue
Block a user