3
1
Back

80¢ based on the v1 board between R25 and R1, probably a result of switching to pcb-mounted panel components version

main VCA/Panels/dual_vca.scad 393 lines $fn=FN; footprint_depth = .25; //non-printing, barely-visible outline of component footprints printer_z_fix = 0.25; // for inset labels, translating to this height controls label depth width = 10; knob_radius_bottom = 10; //knob_radius top_row = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_height = height * rotate_vector_cos; [left_edge, rotate_vector_cos * rail_depth], // top horizontal rib // bottom right [right_edge, rotate_vector_sin * height], // top stuff // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12.5*3 + tolerance*4; //three knobs plus space between them right_panel_width = width_mm - thickness; // draw panel, subtract holes union() { shape(fsh, cird+cdp*smt/100, cord, cfn*4, chg); knurled_finish(cord.

New Pull Request