summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-11-13 12:17:08 -0500
committerSteven <steven.vasilogianis@gmail.com>2021-11-13 12:17:08 -0500
commit40253fba5ce93c1c399652b9cb7ec8552c0aba2d (patch)
treea8d6907a4c2146bb996974be66cdd6c73e83c73f
parent69c37140574907aabded108cbc66746f785be4d3 (diff)
Lay side flat with screw tabs facing UP (instead of down).
-rw-r--r--cubbies.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/cubbies.scad b/cubbies.scad
index 7741d33..879dc10 100644
--- a/cubbies.scad
+++ b/cubbies.scad
@@ -8,7 +8,7 @@ $fn=20;
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] 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=40;
12cubby_depth=120; 12cubby_depth=120;
13cubby_height=90; 13cubby_height=90;
14 14
@@ -82,7 +82,7 @@ module cubby_side (depth, height, screw_tabs=true) {
82 screw_tab_height=20; 82 screw_tab_height=20;
83 screw_tab_thickness=thickness; 83 screw_tab_thickness=thickness;
84 84
85 yrot(180+-90) color("red") side_wall() { 85 yrot(180+90) color("red") side_wall() {
86 if ( screw_tabs ) { 86 if ( screw_tabs ) {
87 position(TOP+FRONT+LEFT) screw_tab(); 87 position(TOP+FRONT+LEFT) screw_tab();
88 up(screw_tab_height) position(BOTTOM+FRONT+LEFT) screw_tab(); 88 up(screw_tab_height) position(BOTTOM+FRONT+LEFT) screw_tab();