diff options
Diffstat (limited to 'pcb/chiral.kicad_prl')
| -rw-r--r-- | pcb/chiral.kicad_prl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/pcb/chiral.kicad_prl b/pcb/chiral.kicad_prl index a085784..e006122 100644 --- a/pcb/chiral.kicad_prl +++ b/pcb/chiral.kicad_prl @@ -1,6 +1,6 @@ { "board": { - "active_layer": 25, + "active_layer": 0, "active_layer_preset": "", "auto_track_width": true, "hidden_netclasses": [], @@ -16,17 +16,17 @@ "zones": 0.6 }, "selection_filter": { - "dimensions": true, - "footprints": true, + "dimensions": false, + "footprints": false, "graphics": true, - "keepouts": true, + "keepouts": false, "lockedItems": true, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true + "otherItems": false, + "pads": false, + "text": false, + "tracks": false, + "vias": false, + "zones": false }, "visible_items": [ "vias", |
