diff --git a/beziers.scad b/beziers.scad index ebf2c2b..f032ecf 100644 --- a/beziers.scad +++ b/beziers.scad @@ -9,9 +9,6 @@ ////////////////////////////////////////////////////////////////////// -include - - // Section: Terminology // **Polyline**: A series of points joined by straight line segements. // diff --git a/shapes2d.scad b/shapes2d.scad index dcb499b..31441b6 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -234,7 +234,6 @@ module stroke( // path = arc(points=[[5,30],[-10,-10],[30,5]], wedge=true); // stroke(closed=true, path); // Example(FlatSpin): -// include // 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) = diff --git a/std.scad b/std.scad index 5834bcf..63855a0 100644 --- a/std.scad +++ b/std.scad @@ -19,6 +19,7 @@ include include include include +include include include include diff --git a/threading.scad b/threading.scad index fd7e546..20e6de1 100644 --- a/threading.scad +++ b/threading.scad @@ -9,9 +9,6 @@ ////////////////////////////////////////////////////////////////////// -include - - // Section: Generic Threading // Module: thread_helix() diff --git a/transforms.scad b/transforms.scad index c767eb8..0a44eea 100644 --- a/transforms.scad +++ b/transforms.scad @@ -7,8 +7,6 @@ // ``` ////////////////////////////////////////////////////////////////////// -// CommonCode: -// include ////////////////////////////////////////////////////////////////////// // Section: Translations diff --git a/walls.scad b/walls.scad index 82b5ac5..813ac7b 100644 --- a/walls.scad +++ b/walls.scad @@ -8,7 +8,6 @@ // ``` ////////////////////////////////////////////////////////////////////// -include // Section: Walls