Fixed #46
Wall profile had negative geometry when bin height was too small (1u).
This commit is contained in:
parent
0e488a95ce
commit
c5e99d1298
1 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,9 @@ module profile_wall() {
|
||||||
offset(delta = -r_f1)
|
offset(delta = -r_f1)
|
||||||
profile_wall_sub();
|
profile_wall_sub();
|
||||||
}
|
}
|
||||||
|
// remove any negtive geometry in edge cases
|
||||||
|
mirror([0,1,0])
|
||||||
|
square(100*length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue