Fix chamfered cyl() orientation for odd $fn

This commit is contained in:
Revar Desmera 2022-10-03 18:40:37 -07:00
parent f174071dc2
commit 21692e6704

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();