summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cubbies.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/cubbies.scad b/cubbies.scad
index f1ba5a9..88740be 100644
--- a/cubbies.scad
+++ b/cubbies.scad
@@ -5,7 +5,7 @@ include <BOSL2/joiners.scad>;
5 5
6$fn=100; 6$fn=100;
7 7
8part="male_tabs"; // [both:Bottom + Side,bottom::Bottom Only,side:Side Only,view_fit:Debugging view to confirm tab fit,male_tabs:Tabs only from bottom,female_tabs:Holes only from side] 8part="both"; // [both:Bottom + Side,bottom::Bottom Only,side:Side Only,view_fit:Debugging view to confirm tab fit,male_tabs:Tabs only from bottom,female_tabs:Holes only from side]
9 9
10/* [Cubby dimensions] */ 10/* [Cubby dimensions] */
11cubby_width=150; 11cubby_width=150;