3
1
Back

Center pcb_holder(h=10, l=top_row-rail_clearance*2, th=1.15, wall_thickness=1); // Create a hole with radius: ", hole_r , " at ", width_mm - 9.5/2 - right_rib_thickness - tolerance; // left_rib_x = thickness * 1; //right_rib_x = width_mm - col_right - thickness; module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); // draw a "vertical" wall to mount a circuit board to, dead center // one more vertical to mount a circuit board sideways on.

New Pull Request