summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-11-10 14:23:41 -0500
committerSteven <steven.vasilogianis@gmail.com>2021-11-10 14:23:41 -0500
commit81801ba6c7f114f4a09d2775cb8e0e1067015675 (patch)
tree4e1e393d5979c40272f43b9bc5fad6fb860b6fe6
parent116571fec4627c23a6b47a2101c449a68960e42b (diff)
extraneous ;
-rw-r--r--cubbies.scad2
1 files changed, 1 insertions, 1 deletions
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) {
140 140
141module female_tabs (d, h) { 141module female_tabs (d, h) {
142 /* text inscribed (when printing tolerances) */ 142 /* text inscribed (when printing tolerances) */
143 text_inscription_depth=0.6;; 143 text_inscription_depth=0.6;
144 text_size=thickness * 0.9; 144 text_size=thickness * 0.9;
145 text=str(tab_tolerance); 145 text=str(tab_tolerance);
146 text_pos=[-h/2 + (thickness * 0.95), 146 text_pos=[-h/2 + (thickness * 0.95),