Merge pull request #962 from revarbat/revarbat_dev

Fix chamfered cyl() orientation for odd $fn
This commit is contained in:
Revar Desmera 2022-10-03 19:10:59 -07:00 committed by GitHub
commit 6b3192797f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1522,7 +1522,8 @@ module cyl(
[0,l/2]
];
rotate_extrude(convexity=2) polygon(path);
vnf = rotate_sweep(path);
vnf_polyhedron(vnf, convexity=2);
}
}
children();