diff --git a/beziers.scad b/beziers.scad index c733236..f5244cc 100644 --- a/beziers.scad +++ b/beziers.scad @@ -4,7 +4,6 @@ // To use, add the following lines to the beginning of your file: // ``` // include -// include // include // ``` ////////////////////////////////////////////////////////////////////// @@ -38,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +include + // Section: Terminology // **Polyline**: A series of points joined by straight line segements. diff --git a/linear_bearings.scad b/linear_bearings.scad index fbf9df5..5fc9e09 100644 --- a/linear_bearings.scad +++ b/linear_bearings.scad @@ -4,7 +4,6 @@ // To use, add these lines to the top of your file: // ``` // include -// include // include // ``` ////////////////////////////////////////////////////////////////////// @@ -38,6 +37,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +include + + // Section: Functions diff --git a/metric_screws.scad b/metric_screws.scad index 31792e4..bf954e1 100644 --- a/metric_screws.scad +++ b/metric_screws.scad @@ -4,9 +4,6 @@ // To use, include the following lines at the top of your file: // ``` // include -// include -// include -// include // include // ``` ////////////////////////////////////////////////////////////////////// @@ -40,6 +37,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +include +include +include + // Section: Functions diff --git a/paths.scad b/paths.scad index 17af045..b86a0be 100644 --- a/paths.scad +++ b/paths.scad @@ -4,9 +4,6 @@ // To use, add the following lines to the beginning of your file: // ``` // include -// include -// include -// include // ``` ////////////////////////////////////////////////////////////////////// @@ -39,6 +36,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +include + // Section: Functions diff --git a/quaternions.scad b/quaternions.scad index be7c779..05e4b97 100644 --- a/quaternions.scad +++ b/quaternions.scad @@ -4,7 +4,6 @@ // To use, add the following line to the beginning of your file: // ``` // include -// include // ``` /////////////////////////////////////////// diff --git a/threading.scad b/threading.scad index 198cdd0..1a9f7a2 100644 --- a/threading.scad +++ b/threading.scad @@ -37,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +include + // Section: Generic Threading diff --git a/wiring.scad b/wiring.scad index e6e9406..8f9b6c0 100644 --- a/wiring.scad +++ b/wiring.scad @@ -4,8 +4,6 @@ // To use, include the following line at the top of your file: // ``` // include -// include -// include // include // ``` ////////////////////////////////////////////////////////////////////// @@ -39,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +include + // Section: Functions