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

- removed faulty additional height

This commit is contained in:
Andreas Schiweck 2019-07-05 18:48:31 +02:00
parent f8a0ca3acc
commit c5a86a7e63

View File

@ -87,7 +87,7 @@ module lower () {
sa50(); sa50();
} }
rotate([0, 90, 90]){ rotate([0, 90, 90]){
translate([0, 0, -sa50_height + 1]) { translate([0, 0, -sa50_height]) {
sa50(); sa50();
} }
} }
@ -98,7 +98,7 @@ module upper () {
intersection() { intersection() {
children(); children();
rotate([0, 90, 90]){ rotate([0, 90, 90]){
translate([0, 0, -sa50_height + 1]) { translate([0, 0, -sa50_height]) {
sa50(); sa50();
} }
} }