3
1
Back

From 8de432ba4663cc4e208cff778a114b9ae41e7906 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add footprint items for panel holes; separate panel and pcb into different files Add a front-panel PCB More tweaks after pro review "extra_units": "error", "global_label_dangling": "warning", "hier_label_mismatch": "error", "label_dangling": "error", "lib_symbol_issues": "warning", More tweaks after pro review "clearance": 0.2, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, "diff_pair_width": 0.2, "line_style": 0, "microvia_diameter": 0.3, "microvia_drill": 0.1, "name": "Default", "pcb_color": "rgba(0, 0, 0, 0.000)", From a924f971822abf6232c3be63abeee0abf33f42cb Mon Sep 17 00:00:00 2001 Subject: [PATCH 1/2] Fix rail clearance issues, make all power traces large Fireball/Fireball.kicad_pro | 4 .../PCB/precadsr_Gerbers/precadsr-PTH.drl | 4 .../PCB/precadsr_Gerbers/precadsr-B_Mask.gbr | 4 .../PCB/precadsr_Gerbers/precadsr-F_Cu.gbr | 4 Hardware/PCB/precadsr/potsetc.sch | 663 Hardware/PCB/precadsr/precadsr.net | 147 Hardware/PCB/precadsr/precadsr.pro | 22 Hardware/PCB/precadsr/precadsr.sch | 4 .../PCB/precadsr_Gerbers/precadsr-F_Mask.gbr | 4 README.md | 8 | 1N4148 | Standard switching diode, DO-35 Pin header 2.54 mm spacing Pin header 2.54 mm spacing D 3 rotary switches are actually 2p6t, which means only six different step counts are available until the replacement arrives - Wiring SW15 (once/stop) and cascade out is easier done via skywiring; only one cross-board wire.

New Pull Request