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 horizontal_outside(){
|
||||
color("yellow")
|
||||
translate([0, 0, -outer_thickness])
|
||||
cube(size=[outer_depth, cell_width * nr_cells_horizontal, outer_thickness], center=false);
|
||||
cuben(" Horizontal outside", size=[outer_depth, cell_width * nr_cells_horizontal, outer_thickness]);
|
||||
|
||||
echo("#### Horizontal outside: length = ", cell_width * nr_cells_horizontal , " depth = ", outer_depth, "thickness = ", outer_thickness);
|
||||
}
|
||||
|
||||
horizontal_outside();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue