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