fix facet num issue

This commit is contained in:
zhao
2023-06-23 22:09:38 -04:00
parent 02f0155216
commit f5dbb81481
33 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module hingeModule() {
union() {
translate(v = [sideWallConnW/2.0, hingePoleR + radiusXYSlack, 0])
cylinder(r = hingePoleR + radiusXYSlack, h = inf50);
cylinder(r = hingePoleR + radiusXYSlack, h = inf50, $fn=64);
translate(v = [sideWallConnW/2.0, 0 , 0])
cube(size=[2, 5, inf50], center=true);