mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 19:30:32 +02:00
Added paths.scad to std.scad since it's used by so many modules.
This commit is contained in:
@@ -234,7 +234,6 @@ module stroke(
|
||||
// path = arc(points=[[5,30],[-10,-10],[30,5]], wedge=true);
|
||||
// stroke(closed=true, path);
|
||||
// Example(FlatSpin):
|
||||
// include <BOSL2/paths.scad>
|
||||
// path = arc(points=[[0,30,0],[0,0,30],[30,0,0]]);
|
||||
// trace_polyline(path, showpts=true, color="cyan");
|
||||
function arc(N, r, angle, d, cp, points, width, thickness, start, wedge=false) =
|
||||
|
Reference in New Issue
Block a user