From fec02919c34a00e8829fed788fea33debaae6884 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 25 May 2023 22:23:09 +0200 Subject: Driver Filter WIP --- corner/corner.kicad_prl | 2 ++ corner/corner.kicad_pro | 14 ++++++++++---- corner/fp-info-cache | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'corner') diff --git a/corner/corner.kicad_prl b/corner/corner.kicad_prl index 879ef04..04dbdad 100644 --- a/corner/corner.kicad_prl +++ b/corner/corner.kicad_prl @@ -3,10 +3,12 @@ "active_layer": 40, "active_layer_preset": "", "auto_track_width": true, + "hidden_netclasses": [], "hidden_nets": [], "high_contrast_mode": 0, "net_color_mode": 1, "opacity": { + "images": 0.6, "pads": 1.0, "tracks": 1.0, "vias": 1.0, diff --git a/corner/corner.kicad_pro b/corner/corner.kicad_pro index e0cd2fe..d3ee2f3 100644 --- a/corner/corner.kicad_pro +++ b/corner/corner.kicad_pro @@ -1,5 +1,6 @@ { "board": { + "3dviewports": [], "design_settings": { "defaults": { "board_outline_line_width": 0.15, @@ -57,6 +58,7 @@ "rule_severities": { "annular_width": "error", "clearance": "error", + "connection_width": "warning", "copper_edge_clearance": "error", "copper_sliver": "warning", "courtyards_overlap": "error", @@ -65,6 +67,7 @@ "drill_out_of_range": "error", "duplicate_footprints": "warning", "extra_footprint": "warning", + "footprint": "error", "footprint_type_mismatch": "warning", "hole_clearance": "error", "hole_near_hole": "error", @@ -108,6 +111,7 @@ "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, + "min_connection": 0.0, "min_copper_edge_clearance": 0.09999999999999999, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, @@ -391,7 +395,7 @@ "net_settings": { "classes": [ { - "bus_width": 12.0, + "bus_width": 12, "clearance": 0.2, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, @@ -405,13 +409,15 @@ "track_width": 0.25, "via_diameter": 0.8, "via_drill": 0.4, - "wire_width": 6.0 + "wire_width": 6 } ], "meta": { - "version": 2 + "version": 3 }, - "net_colors": null + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] }, "pcbnew": { "last_paths": { diff --git a/corner/fp-info-cache b/corner/fp-info-cache index 1874828..573541a 100644 --- a/corner/fp-info-cache +++ b/corner/fp-info-cache @@ -1 +1 @@ -0 +0 -- cgit