3
1
Back

b11a8d31874f2e074879a668b4f6eb5f32915bd6 Change transistor footprint to inline_wide, fix DRC ground plane created pull request 'Put title box in PDF export Merge pull request 'new_footprints' (#5) from new_footprints into main Merge pull request synth_mages/MK_SEQ#2 Added schmancy pcb for v2 front panel Added schmancy pcb for v2 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 width = 36; // [1:1:84] square_out = [third_col, fourth_row, 0]; triangle_out = [third_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_2, 0]; cv_2b_atten = [right_col, row_1, 0]; square_out = [width_mm-h_margin, row_1, 0]; fm_pot = [input_column + h_margin/2, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_2, 0]; fm_lvl = [second_col, fifth_row, 0]; square_out = [width_mm-h_margin, row_1, 0]; triangle_out = [third_col, third_row, 0]; saw_out = [output_column, row_2, 0]; audio_in_2 = [left_col, row_1, 0]; fm_in = [input_column + h_margin/2, bottom_row, 0]; fm_in = [input_column + h_margin/2, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; saw_out = [third_col, fifth_row, 0]; square_out = [third_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_3, 0]; manual_2 = [left_col, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_2, 0]; cv_2b_atten = [right_col, row_7, 0]; manual_1 = [left_col, row_3, 0]; manual_2 = [left_col, row_1, 0]; pwm_in = [first_col, fourth_row, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; cv_in_1b = [right_col, row_1, 0]; audio_out_2 = [right_col, row_3, 0]; manual_2 = [left_col, row_7, 0]; cv_in_1b = [right_col, row_6, 0]; audio_in_1 = [left_col, row_1, 0]; audio_out_2 = [right_col, row_3, 0]; Panels/luther_triangle_10hp.stl Normal file Unescape Hardware/Panel/precadsr-panel-Gerbers/precadsr-panel-PasteBottom.gbp Normal file Unescape Hardware/Panel/precadsr_panel_al_Gerbers/precadsr_panel_al-F_Paste.gbr Normal file Unescape // Width of module (HP) width = 24; // [1:1:84] // margins from edges h_margin = hole_dist_side + thickness; right_rib_x = width_mm - thickness*2; // draw a horizontal wall (across the panel on the Env output, its negative will appear on the bottom of the object. HoleDepth = 10; //knob_radius top_row = 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 - hole_dist_side, height - v_margin*2 - title_font_size; working_increment = working_height / 7; // 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; // left_rib_x = 0; right_rib_x = width_mm - h_margin; left_rib_x = hole_dist_side + thickness; v_margin.

New Pull Request