From 84d7d6ead6e1f9409c3ddec109d8ff31281c7591 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 14 Mar 2022 17:00:04 -0400 Subject: more consistent comment syntax --- cubbies.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubbies.scad b/cubbies.scad index aa777c6..9497c5e 100644 --- a/cubbies.scad +++ b/cubbies.scad @@ -97,7 +97,7 @@ module cubby_bottom (width, depth) { } } -/* this calculation needs to be referenced by the view_tab_fit function */ +// this calculation needs to be referenced by the view_tab_fit function function cubby_side_bracket_height() = double(tab_height) + tab_tolerance; module cubby_side (depth, height, screw_tabs=true) { let (_=assert_cubby_depth()); @@ -163,7 +163,7 @@ module male_tabs (w, d) { } module female_tabs (d, h) { - /* text inscribed (when printing tolerances) */ + // text inscribed (when printing tolerances) text_inscription_depth=0.6; text_size=thickness * 0.9; text=str(tab_tolerance); -- cgit v1.2.3