feat: Improve PCB

This commit is contained in:
Thomas Schwery 2024-04-15 19:06:09 +02:00
parent 0772e849f0
commit ab9a14f9b9
4 changed files with 31529 additions and 19919 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"board": {
"active_layer": 31,
"active_layer_preset": "All Layers",
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
@ -19,7 +19,7 @@
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
@ -64,7 +64,7 @@
39,
40
],
"visible_layers": "fffffff_ffffffff",
"visible_layers": "ffffeff_ffffffff",
"zone_display_mode": 0
},
"meta": {

View file

@ -72,7 +72,7 @@
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "ignore",
"footprint_type_mismatch": "warning",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
@ -84,12 +84,12 @@
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_courtyard": "warning",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"npth_inside_courtyard": "warning",
"padstack": "warning",
"pth_inside_courtyard": "ignore",
"pth_inside_courtyard": "warning",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",

File diff suppressed because it is too large Load diff