update with actual dimensions

This commit is contained in:
wardwouts 2024-06-16 11:06:39 +02:00
parent 1bfe2187d1
commit 3786b1ee9e
10 changed files with 54 additions and 35 deletions

View file

@ -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();