supply: Add gnd-planes, optimize tracks - DRC pass

This commit is contained in:
jonny 2024-11-07 12:29:56 +01:00
parent 756a329d91
commit 35a49728cd
4 changed files with 8284 additions and 1460 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -118,7 +118,7 @@
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.25, "min_clearance": 0.25,
"min_connection": 0.0, "min_connection": 0.0,
"min_copper_edge_clearance": 0.3, "min_copper_edge_clearance": 0.2,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25, "min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.2, "min_microvia_diameter": 0.2,
@ -130,7 +130,7 @@
"min_through_hole_diameter": 0.5, "min_through_hole_diameter": 0.5,
"min_track_width": 0.3, "min_track_width": 0.3,
"min_via_annular_width": 0.1, "min_via_annular_width": 0.1,
"min_via_diameter": 2.0, "min_via_diameter": 1.6,
"solder_mask_to_copper_clearance": 0.0, "solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
@ -494,7 +494,7 @@
"plot": "", "plot": "",
"pos_files": "", "pos_files": "",
"specctra_dsn": "freerouting.dsn", "specctra_dsn": "freerouting.dsn",
"step": "export/supply.step", "step": "../cad/import/supply.step",
"svg": "", "svg": "",
"vrml": "export/8x-led.wrl" "vrml": "export/8x-led.wrl"
}, },

File diff suppressed because it is too large Load Diff