From 81801ba6c7f114f4a09d2775cb8e0e1067015675 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 10 Nov 2021 14:23:41 -0500 Subject: extraneous ; --- cubbies.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubbies.scad b/cubbies.scad index 40de471..7741d33 100644 --- a/cubbies.scad +++ b/cubbies.scad @@ -140,7 +140,7 @@ module male_tabs (w, d) { module female_tabs (d, h) { /* text inscribed (when printing tolerances) */ - text_inscription_depth=0.6;; + text_inscription_depth=0.6; text_size=thickness * 0.9; text=str(tab_tolerance); text_pos=[-h/2 + (thickness * 0.95), -- cgit v1.2.3