From 93f7c3c8d8905106967f38ef919cf04968d96696 Mon Sep 17 00:00:00 2001
From: Garth Minette <gminette@gmail.com>
Date: Tue, 2 Feb 2021 19:48:35 -0800
Subject: [PATCH] Removed debugging echo.

---
 threading.scad | 1 -
 version.scad   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/threading.scad b/threading.scad
index 47c6db4..51c8821 100644
--- a/threading.scad
+++ b/threading.scad
@@ -177,7 +177,6 @@ module trapezoidal_threaded_rod(
         [+higstart+0.001,   0.01],
         [+higstart*2,       0.01]
     ];
-    echo(higbee_table);
 
     r1 = -depth/pitch;
     z1 = 1/4-pa_delta;
diff --git a/version.scad b/version.scad
index d37d784..5d74464 100644
--- a/version.scad
+++ b/version.scad
@@ -6,7 +6,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,560];
+BOSL_VERSION = [2,0,561];
 
 
 // Section: BOSL Library Version Functions