summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-11-14 17:07:51 -0500
committerSteven <steven.vasilogianis@gmail.com>2021-11-14 17:07:51 -0500
commitd7368f6dfbed089cd714f3e78d01350af22ea961 (patch)
tree92294dc03c96751139ebc51b1640c0fc6748c644
parent02c626e951c4556c84a80f405c8a582fa816e43f (diff)
Why so much rotation?
-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();