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 4d4be83..0970c8d 100644
--- a/cubbies.scad
+++ b/cubbies.scad
@@ -103,7 +103,7 @@ module cubby_side (depth, height, screw_tabs=true) {
103 screw_tab_height=20; 103 screw_tab_height=20;
104 screw_tab_thickness=thickness; 104 screw_tab_thickness=thickness;
105 105
106 yrot(180+90) color("red") side_wall() { 106 yrot(-90) color("red") side_wall() {
107 if ( screw_tabs ) { 107 if ( screw_tabs ) {
108 position(TOP+FRONT+LEFT) screw_tab(); 108 position(TOP+FRONT+LEFT) screw_tab();
109 up(screw_tab_height) position(BOTTOM+FRONT+LEFT) screw_tab(); 109 up(screw_tab_height) position(BOTTOM+FRONT+LEFT) screw_tab();