diff options
author | Joshua Drake <joshua.ellis.drake@gmail.com> | 2023-10-23 03:26:54 -0500 |
---|---|---|
committer | Joshua Drake <joshua.ellis.drake@gmail.com> | 2023-10-23 03:26:54 -0500 |
commit | 6fee9858ded624b42b66db8a010179c5acb2d1b8 (patch) | |
tree | a0d856d8a615aea34f088150467ab5f80a69466e /Resistor Bank Control Board.kicad_prl | |
parent | 8b33d1317613c83cac68962084f2fb04e0736177 (diff) |
Replaced old Gate Driver IC with one that's obtainable.
Diffstat (limited to 'Resistor Bank Control Board.kicad_prl')
-rw-r--r-- | Resistor Bank Control Board.kicad_prl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Resistor Bank Control Board.kicad_prl b/Resistor Bank Control Board.kicad_prl index 0ba4762..43b8bc3 100644 --- a/Resistor Bank Control Board.kicad_prl +++ b/Resistor Bank Control Board.kicad_prl @@ -1,6 +1,6 @@ { "board": { - "active_layer": 37, + "active_layer": 0, "active_layer_preset": "All Layers", "auto_track_width": true, "hidden_netclasses": [], @@ -15,17 +15,17 @@ "zones": 0.6 }, "selection_filter": { - "dimensions": false, - "footprints": false, - "graphics": false, - "keepouts": false, + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, "lockedItems": false, - "otherItems": false, - "pads": false, - "text": false, + "otherItems": true, + "pads": true, + "text": true, "tracks": true, - "vias": false, - "zones": false + "vias": true, + "zones": true }, "visible_items": [ 0, |