mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-12 09:58:38 -05:00
Fixed degenerate triangles.
This commit is contained in:
parent
13624eb9bd
commit
9cb0b78bb7
@ -121,7 +121,7 @@ module ssr_shroud(type, cable_d, name) { //! Generate the STL file for a spec
|
|||||||
ssr_shroud_hole_positions(type)
|
ssr_shroud_hole_positions(type)
|
||||||
hull() {
|
hull() {
|
||||||
translate_z(-height + boss_h2) {
|
translate_z(-height + boss_h2) {
|
||||||
cylinder(h = eps, r = boss_r);
|
cylinder(h = eps, r = boss_r - eps);
|
||||||
|
|
||||||
translate([0, -$side * (boss_r - 1)])
|
translate([0, -$side * (boss_r - 1)])
|
||||||
cube([2 * boss_r, eps, eps], center = true);
|
cube([2 * boss_r, eps, eps], center = true);
|
||||||
|
Loading…
Reference in New Issue
Block a user