3
1
Back

16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - hole_dist_side - thickness; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top horizontal rib // bottom horizontal rib h_wall(h=4, l=right_rib_x); // middle horizontal rib // h_wall(h=1.6, l=right_rib_x); // one more to mount a circuit board to, dead center pcb_holder(h=10, l=top_row-rail_clearance*2, th=1.15, wall_thickness=1); // lower h-rib reinforcer cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", hole_dist_side, hole_dist_top); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - thickness*2; left_rib_x = thickness * 1; right_rib_x = width_mm - h_margin; col_left = thickness * 2; right_rib_x = width_mm - thickness; left_panel_width = 12.5*3 + tolerance*4; // column from edge plus hole radius.

New Pull Request