From 1d10c15d573925730d1f057335546f7df009759b Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 9 Mar 2020 14:25:32 -0700 Subject: [PATCH] Bugfix for trace_polyline() example. --- debug.scad | 2 ++ version.scad | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debug.scad b/debug.scad index fab17eb..04a06c5 100644 --- a/debug.scad +++ b/debug.scad @@ -8,6 +8,8 @@ // ``` ////////////////////////////////////////////////////////////////////// +include + // Section: Debugging Paths and Polygons diff --git a/version.scad b/version.scad index 0b2b0a5..c8ecab2 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,171]; +BOSL_VERSION = [2,0,172]; // Section: BOSL Library Version Functions