- removed faulty additional height
This commit is contained in:
parent
f8a0ca3acc
commit
c5a86a7e63
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue