3
1
Back

Holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top right [left_edge + height * rotate_vector_cos, rotate_vector_sin * height], // top right [left_edge + height * rotate_vector_cos; [left_edge, rotate_vector_cos * rail_depth], // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // top horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // lower h-rib reinforcer Panels/luther_triangle_10hp_rib_space_fixes.stl Normal file Unescape // pots (all p160s): font_for_label = "Futura Md BT:style=Medium"; font_for_title = "Futura XBlk BT:style=Extra Black"; $fn=FN; /* [Panel] */ printer_z_fix = 0.25; // this gets added to the middle // the main module. It calls the submodules. // smoothing the top of knob. "Recessed" type can be found at https://www.thingiverse.com/thing:20513 . Based on a regular polygon. ≥30 means "round, using current quality setting". // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12*3 + tolerance*2; // rib + half a jack col_right = width_mm - right_rib_thickness; // projection: make a 2d version v_wall(h=4, l=height-rail_clearance*2, th=right_rib_thickness); // top horizontal rib // h_wall(h=1.6, l=right_rib_x); // one more to mount the circuit board to, dead center // pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // lower h-rib reinforcer ## Photos ### Photos ## Documentation: ### Documentation: * [Schematic](Docs/precadsr.pdf) * PCB layout: [front](Docs/precadsr_layout_front.pdf), [back](Docs/precadsr_layout_back.pdf) * [BOM](Docs/precadsr_bom.md) * [Build notes](Docs/build.md ## GitHub repository https://github.com/holmesrichards/precadsr Submodules git clone --recurse-submodules git@github.com:holmesrichards/precadsr.git.

New Pull Request