supply: Add testpoints, holes, Optimize tracks + terminals -> DRC Pass

This commit is contained in:
jonny 2024-11-11 15:53:13 +01:00
parent dad08d9fe0
commit e1949c15f1
8 changed files with 53287 additions and 6560 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 44, "active_layer": 0,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": false, "auto_track_width": false,
"hidden_netclasses": [], "hidden_netclasses": [],
@ -12,11 +12,11 @@
"pads": 1.0, "pads": 1.0,
"tracks": 1.0, "tracks": 1.0,
"vias": 1.0, "vias": 1.0,
"zones": 0.23000000417232513 "zones": 0.27000001072883606
}, },
"selection_filter": { "selection_filter": {
"dimensions": false, "dimensions": false,
"footprints": false, "footprints": true,
"graphics": false, "graphics": false,
"keepouts": false, "keepouts": false,
"lockedItems": false, "lockedItems": false,
@ -63,7 +63,7 @@
39, 39,
40 40
], ],
"visible_layers": "fffffff_ffffffff", "visible_layers": "ffe1fef_ffffffff",
"zone_display_mode": 0 "zone_display_mode": 0
}, },
"git": { "git": {

View File

@ -96,14 +96,14 @@
"padstack": "warning", "padstack": "warning",
"pth_inside_courtyard": "ignore", "pth_inside_courtyard": "ignore",
"shorting_items": "error", "shorting_items": "error",
"silk_edge_clearance": "warning", "silk_edge_clearance": "ignore",
"silk_over_copper": "warning", "silk_over_copper": "ignore",
"silk_overlap": "warning", "silk_overlap": "ignore",
"skew_out_of_range": "error", "skew_out_of_range": "error",
"solder_mask_bridge": "error", "solder_mask_bridge": "error",
"starved_thermal": "error", "starved_thermal": "warning",
"text_height": "warning", "text_height": "ignore",
"text_thickness": "warning", "text_thickness": "ignore",
"through_hole_pad_without_hole": "error", "through_hole_pad_without_hole": "error",
"too_many_vias": "error", "too_many_vias": "error",
"track_dangling": "warning", "track_dangling": "warning",
@ -116,7 +116,7 @@
}, },
"rules": { "rules": {
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.25, "min_clearance": 0.3,
"min_connection": 0.0, "min_connection": 0.0,
"min_copper_edge_clearance": 0.2, "min_copper_edge_clearance": 0.2,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.25,

File diff suppressed because it is too large Load Diff