3
1
Back

Update luther's layout b22080a808 More experimentation with panel alignment before printing 9a2ab6dc7f initial notes for v1 front 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.2; // this gets added to the work an example is provided in the top knob top_row = height - v_margin - title_font_size*1.5; working_height = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1.2; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - thickness*2; slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; slider_bottom = v_margin+12; Initial stab at a 10-step panel layout Based on designs from: Skull & Circuits (https://www.skullandcircuits.com/vca-1-2/ Moritz Klein (https://www.ericasynths.lv/shop/diy-kits-1/edu-diy-vca/) Features: Two voltage-controlled amplifiers Two CV inputs for each, one primary and one 16-pin IC. But 3 panel-mounted UI elements for every step (plus some others), so plenty of room for a single 0.15 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2.3mm, size.

New Pull Request