From d7368f6dfbed089cd714f3e78d01350af22ea961 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 14 Nov 2021 17:07:51 -0500 Subject: Why so much rotation? --- cubbies.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { screw_tab_height=20; screw_tab_thickness=thickness; - yrot(180+90) color("red") side_wall() { + yrot(-90) color("red") side_wall() { if ( screw_tabs ) { position(TOP+FRONT+LEFT) screw_tab(); up(screw_tab_height) position(BOTTOM+FRONT+LEFT) screw_tab(); -- cgit v1.2.3