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,11 @@
|
|||
include <dimensions.scad>
|
||||
include <functions.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);
|
||||
cuben("Horizontal slat", size=[slat_depth, 2*outer_incut + cell_width * nr_cells_horizontal, slat_thickness]);
|
||||
|
||||
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