3
1
Back

Switch module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font_for_title); //} // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top right [left_edge + height * rotate_vector_cos; points = [ [right_edge, rotate_vector_sin * rail_depth] // top horizontal rib // h_wall(h=4, l=right_rib_x); // middle horizontal rib h_wall(h=1.6, l=right_rib_x); // bottom horizontal rib h_wall(h=4, l=right_rib_x); // middle horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib h_wall(h=1.6, l=right_rib_x); // middle horizontal rib // middle horizontal rib // one more vertical to mount a circuit outside.

New Pull Request