update with actual dimensions
This commit is contained in:
parent
1bfe2187d1
commit
3786b1ee9e
10 changed files with 54 additions and 35 deletions
|
|
@ -1,11 +1,10 @@
|
|||
include <dimensions.scad>
|
||||
include <functions.scad>
|
||||
|
||||
module vertical_slat(){
|
||||
color("red")
|
||||
translate([0, 0, -slat_thickness/2])
|
||||
cube(size=[slat_depth, slat_thickness, cell_height * nr_cells_vertical], center=false);
|
||||
|
||||
echo("#### Vertical slat: length = ", cell_height * nr_cells_vertical , " depth = ", slat_depth, "thickness = ", slat_thickness);
|
||||
translate([0, -slat_thickness/2, 0 ])
|
||||
cuben("Vertical slat", size=[slat_depth, slat_thickness, 2*outer_incut + cell_height * nr_cells_vertical]);
|
||||
}
|
||||
|
||||
vertical_slat();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue