include include module horizontal_slat(){ color("pink") translate([0, 0, -slat_thickness/2]) cuben("Horizontal slat", size=[slat_depth, 2*outer_incut + cell_width * nr_cells_horizontal, slat_thickness]); } horizontal_slat();