From 6fee9858ded624b42b66db8a010179c5acb2d1b8 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Mon, 23 Oct 2023 03:26:54 -0500 Subject: Replaced old Gate Driver IC with one that's obtainable. --- Resistor Bank Control Board.kicad_prl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Resistor Bank Control Board.kicad_prl') 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, -- cgit v1.2.3