mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2025-02-16 14:56:28 +00:00
- 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
|
||||
lid(98,3,screw_front,screw_back);
|
||||
|
||||
translate([65, 21, 12]) {
|
||||
cube([40, 20, 5]);
|
||||
translate([65, 20.5, 12]) {
|
||||
cube([40, 21.5, 5]);
|
||||
}
|
||||
translate([65, 21, 71]) {
|
||||
cube([40, 20, 5]);
|
||||
translate([65, 20.5, 71]) {
|
||||
cube([40, 21.5, 5]);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue