Rev. B fully routed, but not reviewed

This commit is contained in:
Thomas Kolb 2024-01-01 23:53:43 +01:00
parent e522b1cab5
commit d6c77d2197
4 changed files with 14233 additions and 8400 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"board": {
"active_layer": 41,
"active_layer": 36,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
@ -15,17 +15,17 @@
"zones": 0.6
},
"selection_filter": {
"dimensions": true,
"dimensions": false,
"footprints": true,
"graphics": true,
"keepouts": true,
"graphics": false,
"keepouts": false,
"lockedItems": true,
"otherItems": true,
"pads": true,
"otherItems": false,
"pads": false,
"text": true,
"tracks": true,
"vias": true,
"zones": true
"zones": false
},
"visible_items": [
0,
@ -64,7 +64,7 @@
39,
40
],
"visible_layers": "0001230_ffffffff",
"visible_layers": "0015055_80000001",
"zone_display_mode": 0
},
"meta": {

View File

@ -34,9 +34,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.0,
"height": 1.45,
"width": 1.0
"drill": 3.2,
"height": 6.4,
"width": 6.4
},
"silk_line_width": 0.15,
"silk_text_italic": false,
@ -56,7 +56,12 @@
}
],
"drc_exclusions": [
"silk_over_copper|233867677|47250000|a99d5672-a469-473d-9fec-94cd16894245|00000000-0000-0000-0000-000000000000"
"clearance|73250000|37750000|9a42dde1-8afa-47b7-9514-a9fc00d0c38c|16547fba-607f-40cf-89f2-85ccdfa46d7b",
"clearance|73750000|37750000|16547fba-607f-40cf-89f2-85ccdfa46d7b|3ec6db90-b61e-4415-aea8-1079873fe951",
"clearance|73750000|37750000|82539df3-4463-4ed0-b84f-a9db761140a2|3ec6db90-b61e-4415-aea8-1079873fe951",
"clearance|74250000|38189947|de4072a8-8674-4875-a9ea-fe86ca443a87|82539df3-4463-4ed0-b84f-a9db761140a2",
"clearance|74250000|38460000|4f163448-6f43-4e54-b7b3-27bac4bb4a05|82539df3-4463-4ed0-b84f-a9db761140a2",
"copper_edge_clearance|84500000|30000000|52fad5b7-6d4b-44a2-aaab-b2c370de7c5c|e3420f75-a3df-4c34-bef8-ffaf7694b5b1"
],
"meta": {
"version": 2
@ -113,11 +118,11 @@
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.15,
"min_connection": 0.15,
"min_copper_edge_clearance": 0.0,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.5,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.3,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
@ -125,9 +130,9 @@
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.19999999999999998,
"min_via_diameter": 0.6,
"min_track_width": 0.0,
"min_via_annular_width": 0.09999999999999999,
"min_via_diameter": 0.5,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
@ -425,7 +430,7 @@
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"track_width": 0.25,
"via_diameter": 0.7,
"via_drill": 0.3,
"wire_width": 6

File diff suppressed because it is too large Load Diff