Wall profile had negative geometry when bin height was too small (1u).
This commit is contained in:
K Hodson 2023-02-05 23:47:50 -07:00
parent 0e488a95ce
commit c5e99d1298
1 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,9 @@ module profile_wall() {
offset(delta = -r_f1)
profile_wall_sub();
}
// remove any negtive geometry in edge cases
mirror([0,1,0])
square(100*length);
}
}