3
1
Back

Side //calculated x value of exact middle of slider panel (between steps 5 and 6); middle of panel after deducting left/right sub-panels // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // bottom horizontal rib // h_wall(h=4, l=right_rib_x); // bottom horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle horizontal rib h_wall(h=4, l=right_rib_x); // one more vertical to mount the circuit board to, dead center v_wall(h=4, l=top_row-rail_clearance*2-thickness-15); // PCB holder pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // Create a hole with radius: ", hole_r , " at ", hole_dist_side, height - v_margin; working_increment = working_height / 6; // Depth.

New Pull Request