summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-06-06 12:48:48 -0400
committerSteven <steven.vasilogianis@gmail.com>2021-06-06 12:48:48 -0400
commit63722f6181d52928cea3ae5e54d5e69ea46b7dc3 (patch)
tree0bbfaf8bcb00dd7f2b1ffdf6a9c94ba01eb6b6a1
parent4315ba07944035416398eacb1e3f5c72b41d8765 (diff)
whitespace
-rw-r--r--cubbies.scad4
1 files changed, 0 insertions, 4 deletions
diff --git a/cubbies.scad b/cubbies.scad
index f26860a..d9bfca3 100644
--- a/cubbies.scad
+++ b/cubbies.scad
@@ -138,8 +138,6 @@ module cubby_divider (depth, height) {
138 strut_wall(depth, height - bracket_height() + ((bracket_height() - thickness) / 2)) children(); 138 strut_wall(depth, height - bracket_height() + ((bracket_height() - thickness) / 2)) children();
139 } 139 }
140 140
141
142
143 module tab_bracket () { 141 module tab_bracket () {
144 difference() { 142 difference() {
145 cuboid([depth,thickness,bracket_height()]); 143 cuboid([depth,thickness,bracket_height()]);
@@ -164,7 +162,6 @@ module cubby_divider (depth, height) {
164 } 162 }
165 163
166 } 164 }
167
168 children(); 165 children();
169 } 166 }
170} 167}
@@ -180,7 +177,6 @@ module cubby_bottom (width, depth) {
180 add_tabs(depth, male=true, between=true); 177 add_tabs(depth, male=true, between=true);
181 } 178 }
182 } 179 }
183
184 children(); 180 children();
185 181
186 module bottom_wall () { 182 module bottom_wall () {