3
1
Back

F6c7924538 Messing around with panel title fonts 62cb30efbf Initial kicad, images, gitignore for kicad backups From f835c1b52669c83e3b7ee8bb7127766f514de308 Mon Sep 17 00:00:00 2001 Subject: [PATCH] checkpoint after roughing out middle PCB ebf8c2dd87 Move LED resistors next to transistors to save on panel wires More traces and vias, and net links Schematics/Unseen Servant/fp-info-cache glide in (sleeve and normal both GND 6x Sockets, 2pin: - all step switches (all go to same bus) - run/stop 2x Pushbutton switches, all 2pin: reset Pots, 3-pin: Glide attenuator (B10k) (join two left pins from below Pots, 2-pin: - Glide, manual (A100k) (two left pins, from below) - Clock Rate - variable resist +6k between U2-8 and U2-9 - Reset Sw - when pressed, short +12V and Reset In - ~27K to U3-8? No, transistors maybe activate? Outs: Clock Out - Diode from rotary pin 13? CV Out - 1K to TP5 Gate Out - 1K to U3-7 Glide section not working right, just pegging the output jacks row_2 = row_1 + v_margin + 12; row_2 = row_1 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [second_col, first_row, 0]; c_tune = [second_col, first_row, 0]; sync_in = [first_col, fifth_row, 0]; square_out = [third_col, fourth_row, 0]; triangle_out = [third_col, third_row, 0]; fm_lvl = [second_col, third_row, 0]; saw_out = [third_col, third_row, 0]; fm_lvl = [second_col, fourth_row, 0]; triangle_out = [third_col, fourth_row, 0]; pwm_cv_lvl = [second_col, fifth_row, 0]; //left_rib_x = thickness * 1; //right_rib_x = width_mm - thickness*2; slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; out_row_2 = out_working_increment*1.

New Pull Request