1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-22 03:53:42 +00:00

- slighty longer mount on lid

This commit is contained in:
Andreas Schiweck 2019-06-22 14:00:54 +02:00
parent ac8e267816
commit 5222b26587

View File

@ -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]);
}
}