eerste opzet
This commit is contained in:
parent
96f7cdc46b
commit
a346a2add5
9 changed files with 117 additions and 0 deletions
11
Stenen_kastje_Ruben/vertical_outside.scad
Normal file
11
Stenen_kastje_Ruben/vertical_outside.scad
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
include <dimensions.scad>
|
||||
|
||||
module vertical_outside(){
|
||||
color("green")
|
||||
translate([0, 0, -outer_thickness])
|
||||
cube(size=[outer_depth, outer_thickness, (cell_height * nr_cells_vertical) + (2*outer_thickness) - 2*outer_incut], center=false);
|
||||
|
||||
echo("#### Vertical outside: length = ", (cell_height * nr_cells_vertical) + (2*outer_thickness) , " depth = ", outer_depth, "thickness = ", outer_thickness);
|
||||
}
|
||||
|
||||
vertical_outside();
|
||||
Loading…
Add table
Add a link
Reference in a new issue