mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 19:06:57 +02:00
Fix chamfered cyl() orientation for odd $fn
This commit is contained in:
@@ -1522,7 +1522,8 @@ module cyl(
|
|||||||
[0,l/2]
|
[0,l/2]
|
||||||
];
|
];
|
||||||
|
|
||||||
rotate_extrude(convexity=2) polygon(path);
|
vnf = rotate_sweep(path);
|
||||||
|
vnf_polyhedron(vnf, convexity=2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
children();
|
children();
|
||||||
|
Reference in New Issue
Block a user