3
1
Back

Left-hand and right-hand sub-panels left_panel_width = 12*3 + tolerance*2; // rib + half a jack col_right = width_mm - thickness*2.2; left_rib_x = thickness * 1; //right_rib_x = width_mm - h_margin; input_column = h_margin; working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / 5; row_2 = row_1 + v_margin + 12; title_font = 10; //knob_radius top_row = height - 25; // build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_6 = row_5 + vertical_space/7; cv_in_1a = [left_col, row_3, 0]; pwm_duty = [input_column, bottom_row, 0]; cv_in = [h_margin, row_1, 0]; saw_out = [h_margin + working_width/4, row_1, 0]; pwm_in = [input_column + h_margin/2, bottom_row, 0]; cv_in = [input_column, bottom_row, 0]; c_tune = [second_col, first_row, 0]; sync_in = [first_col, fourth_row, 0]; //Fifth row interface placement saw_out = [output_column, row_2, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; audio_out_2 = [right_col, row_1, 0]; audio_out_2 = [right_col, row_1, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; fm_in = [first_col, fifth_row, 0]; square_out = [third_col, third_row, 0]; fm_lvl = [second_col, fourth_row, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_3, 0]; c_tune = [width_mm/2 + h_margin, top_row, 0]; left_rib_x = thickness * 1; right_rib_x = width_mm - thickness*2; // draw panel, subtract holes union() { Panels/luther_triangle_10hp_pcb_holder.stl Normal file View File 3D Printing/Cases/Eurorack 2-Row/eurorack.scad Executable file Unescape Hardware/PCB/precadsr/ao_tht.pretty/Arduino_Nano.kicad_mod Normal file View File Images/precadsr-panel.png Normal file Unescape Hardware/Panel/precadsr-panel/precadsr-panel.pretty/precadsr-panel-holes.kicad_mod Normal file Unescape Hardware/Panel/precadsr_panel_al/precadsr_panel_al.kicad_pcb Normal file Unescape Hardware/PCB/precadsr/Kosmo_panel.pretty/Kosmo_Switch_Hole_NPTH.kicad_mod Normal file Unescape Hardware/PCB/precadsr/ao_tht.pretty/LED_D5.0mm.kicad_mod.

New Pull Request