summaryrefslogtreecommitdiff
path: root/cubbies.scad
diff options
context:
space:
mode:
Diffstat (limited to 'cubbies.scad')
-rw-r--r--cubbies.scad1
1 files changed, 0 insertions, 1 deletions
diff --git a/cubbies.scad b/cubbies.scad
index 99b2f4d..0531a7f 100644
--- a/cubbies.scad
+++ b/cubbies.scad
@@ -69,7 +69,6 @@ module both () {
69 cubby_bottom(cubby_width, cubby_depth); 69 cubby_bottom(cubby_width, cubby_depth);
70 left(((cubby_width + cubby_height) / 2) + (tab_height * 2) + gap) 70 left(((cubby_width + cubby_height) / 2) + (tab_height * 2) + gap)
71 cubby_side(cubby_depth, cubby_height, screw_tabs); 71 cubby_side(cubby_depth, cubby_height, screw_tabs);
72}
73 72
74module cubby_bottom (width, depth) { 73module cubby_bottom (width, depth) {
75 rot(90) yrot(90) color("blue") bottom_wall() yrot(90) down(tab_height / 2) { 74 rot(90) yrot(90) color("blue") bottom_wall() yrot(90) down(tab_height / 2) {