3
1
Back

PORTAL.png | Bin 0 -> 106584 bytes 3D Printing/Panels/FIREBALL VCO.png | Bin 0 -> 169284 bytes create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/DIP-6_W7.62mm_Socket_LongPads.kicad_mod create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical_CircularHoles_centered.kicad_mod create mode 100644 Hardware/PCB/precadsr/Kosmo_panel.pretty/fastestenv_Panel_Mounting_Hole.kicad_mod delete mode 100644 Schematics/SynthMages.pretty/6.3mm_NPTH_MAXJLCPCB.kicad_mod create mode 100644 Hardware/PCB/precadsr_Gerbers/precadsr-job.gbrjob create mode 100644 Images/precadsr-panel-art.png create mode 100644 .gitmodules delete mode 100644 Hardware/PCB/precadsr/ao_symbols.dcm create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/Potentiometer_Bourns_3296W_Vertical_screw_centered.kicad_mod create mode 100644 Hardware/PCB/precadsr/ao_tht.pretty/3PDT-toggle-switch-1M-seriesx.kicad_mod create mode 100644 Synth Mages Power Word Stun.kicad_sch From 085327769df1923053fc21adb0ef584f908b8264 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes from debugging Notes from MK's PCB livestream # Format documentation: https://kicad.org/help/file-formats/ # Temporary files *.000 *.bak *.bck *.kicad_pcb-bak *.kicad_sch-bak *-backups */fp-info-cache *.kicad_prl *.sch-bak *~ _autosave-* *.tmp *-save.pro *-save.kicad_pcb fp-info-cache *.lck # Netlist files (exported from Eeschema # Autorouter files (exported from Eeschema *.csv *.lck ########################## # Additional ignored # KiCad backups folders temp_* # Compressed files *.zip # Mac stuff *.DS_Store # Emacs temps *~ \#* # LTSpice Simulations/*.log Simulations/*.raw Simulations/*.txt Copper Layer Stackup: ============================================================= L1 : F.Cu front L2 : B.Cu back Drill file 'precadsr-panel.drl' contains T1 3.200mm 0.1260" (4 holes) (with 4 slots) T2 5.000mm 0.1969" (1 hole Total plated holes count 16 Not plated through holes: merged pull request 'Fix rail clearance issues, make all power traces large Fireball/Fireball.kicad_pro | 32 Fireball/Fireball.kicad_sch | 120 Fireball/fp-info-cache | 51 .../Jack_6.35mm_PJ_629HAN.kicad_mod | 37 .../PinHeader_1x08_P2.54mm_Vertical.kicad_mod | 41 .../PinHeader_1x10_P2.54mm_Vertical.kicad_mod | 43 ...ha_16mm_Long_Pin_Single_Vertical.kicad_mod | 37 ...meter_Alpha_16mm_Single_Vertical.kicad_mod | 37 ...meter_Alpha_16mm_Single_Vertical.kicad_mod | 37 ...meter_Alpha_RA6020F_Single_Slide.kicad_mod | 46 ..._Vertical_CircularHoles_centered.kicad_mod | 41 .../PinHeader_1x10_P2.54mm_Vertical.kicad_mod | 43 - 60mm slider - 7mm, +4mm extra - pushbutton // manual reset (sw16 // clock in (j2/j11) // casc out (j14/j15 // reset/casc in (j1/j13 // gate out (j4/j10 // clock out (j5/j12) // glide atten (rv15 // glide in (j16/j17) // cv out (j7/j6 // pause cv in (j18/j19 // run/stop (sw14 h_wall(h=4, l=slider_spacing*10-1, th=1); v_wall(h=4, l=height-rail_clearance*2-thickness, th=2); h_wall(h=4, l=slider_spacing*10+left_panel_width/2-right_rib_thickness, th=1.5); main MK_SEQ/Schematics/Unseen Servant/Unseen Servant_counter_board_noncanonical.kicad_prl Normal file View File 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_End_Female.stl Executable file View File // testing futura vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size = 9; label_font_size = 5; $fn=FN; /* [Panel] */ wall(h=10, w=height-hole_dist_top*2-32); // decoration? Surface("FireballSpellSmall.png", center=true, invert=false); } module pushbutton_switch_6mm() { From 5e32fb4fc0953f2a10f8dc9cf7a0a3653bcbf4f2 Mon Sep 17 00:00:00 2001 Subject: [PATCH] A couple more GND-stitch vias Undo converting GND to GND_JMP and fix everything that broke Finished.

New Pull Request