From 092b06e0320f581f72866fad7bfa1ca30e345ca2 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 23 Jun 2017 09:06:54 +0800 Subject: [PATCH] removed argument --- src/unittest.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unittest.scad b/src/unittest.scad index 2adffe67..4102a497 100644 --- a/src/unittest.scad +++ b/src/unittest.scad @@ -108,7 +108,7 @@ module assertTrue(truth) { } module round_echo_pts(points, float_digits = 4) { - echo(round_pts(points, float_digits = 4)); + echo(round_pts(points, float_digits)); } module round_echo_n(number, float_digits = 4) {