Labels Milestones
Back"warning", "hier_label_mismatch": "error", "label_dangling": "error", "lib_symbol_issues": "warning", More tweaks after pro review 2 From 9e7b04561b8893062b3378503805ddd100c7260f Mon Sep 17 00:00:00 2001 Subject: [PATCH] more fixes PSU/Synth Mages Power Word Stun Panel.kicad_pcb 4711 lines 2 5mm LEDs Latest commits for file Docs/use.md main synth_tools/Schematics/SynthMages.pretty/Pushbutton Switch (PBS105).kicad_mod 32 lines 74231bd333 Go to file 5e32fb4fc0 Change transistor footprint to inline_wide, fix DRC ground plane Change transistor footprint to inline_wide, fix DRC ground plane 5e32fb4fc0953f2a10f8dc9cf7a0a3653bcbf4f2 @circuitlocution.com created pull request 'new_footprints' (#5) from new_footprints into main Reviewed-on: https://gitea.circuitlocution.com/synth_mages/MK_VCO/pulls/2 From 972d8b1e0797912e848110b19e1af10ed411bbbb Mon Sep 17 00:00:00 2001 Subject: [PATCH] Kosmo_panel Hardware/lib/Kosmo_panel | 2 | 1M | Resistor | | | | R16, R18, R26 | 3 | A1M | Potentiometer | | | | | | R15, R20, R22 | 2 .../Unseen Servant/Unseen Servant.kicad_pro From c5efc87d8e154d164d448153258128679f2d6a17 Mon Sep 17 00:00:00 2001 Latest commits for file Panels/10_step_seq.scad Experimenting with more panel layout # Kassutronics Precision ADSR with retriggering and looping Latest commits for file Schematics/Dual_VCA_with_cv2.diy Add radio shaek with cv2 version From d6ebbf1c1b28130c9d340e0b0f0f06a7bc1cfd83 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Current draw 12 mA +12 V, 10 mA -12 V Add html test version Add html test version b22080a808 More experimentation with panel title fonts More experimentation with panel title fonts Futura BT font files The body text, captions, sub-headers, etc. In AD&D 1e spell names in Filmoscope Quentin/PRISMATIC SPHERE.png From 943ef1409b7317dabcc4b76bf70a2fada90d2c4f Mon Sep 17 00:00:00 2001 Subject: [PATCH 09/13] Notes from debugging aac0a4a5b4f604add3c1ccb9d39a8956f2d60f00 More notes main synth_tools/3D Printing/Panels/Radio Shaek Standoff.scad insert_depth = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of slider panel (between steps 5 and 6); middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; Experimenting with more panel layout ideas out_row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; fm_pot = [input_column - h_margin/2, bottom_row, 0]; pwm_duty = [second_col, first_row, 0]; //Second row interface placement sync_in = [first_col, first_row, 0]; //Second row interface placement triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; square_out = [third_col, fifth_row, 0]; square_out = [third_col, fifth_row, 0]; pwm_duty = [second_col, fourth_row, 0]; pwm_cv_lvl = [width_mm .
New Pull Request