mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 12:03:41 +00:00
- removed faulty additional height
This commit is contained in:
parent
f8a0ca3acc
commit
c5a86a7e63
@ -87,7 +87,7 @@ module lower () {
|
||||
sa50();
|
||||
}
|
||||
rotate([0, 90, 90]){
|
||||
translate([0, 0, -sa50_height + 1]) {
|
||||
translate([0, 0, -sa50_height]) {
|
||||
sa50();
|
||||
}
|
||||
}
|
||||
@ -98,7 +98,7 @@ module upper () {
|
||||
intersection() {
|
||||
children();
|
||||
rotate([0, 90, 90]){
|
||||
translate([0, 0, -sa50_height + 1]) {
|
||||
translate([0, 0, -sa50_height]) {
|
||||
sa50();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user