From 378a76d832b900a683073c9fb143da418f995b7c Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Mon, 9 May 2022 21:13:19 +0200 Subject: Update to KiCad 6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simply open and save the SCH and PCB to convert them to KiCad 6.0. No checks done on the result. --- pcb/kicad/pouetpouet/pouetpouet.kicad_prl | 75 +++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 pcb/kicad/pouetpouet/pouetpouet.kicad_prl (limited to 'pcb/kicad/pouetpouet/pouetpouet.kicad_prl') diff --git a/pcb/kicad/pouetpouet/pouetpouet.kicad_prl b/pcb/kicad/pouetpouet/pouetpouet.kicad_prl new file mode 100644 index 0000000..c40f36d --- /dev/null +++ b/pcb/kicad/pouetpouet/pouetpouet.kicad_prl @@ -0,0 +1,75 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "All Layers", + "auto_track_width": true, + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "ratsnest_display_mode": 0, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": true, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36 + ], + "visible_layers": "fffffff_ffffffff", + "zone_display_mode": 0 + }, + "meta": { + "filename": "pouetpouet.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} -- cgit v1.2.3