3
1
Back

H_wall(h, l, th=thickness) { module v_wall(h, l, th=thickness) { module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font_for_title); //} // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top horizontal rib // h_wall(h=1.6, l=right_rib_x); // bottom right [right_edge, rotate_vector_sin * rail_depth] // top horizontal rib h_wall(h=1.6.

New Pull Request