Skip to content
Snippets Groups Projects
Commit ebc32e5a authored by Benjamin Koch's avatar Benjamin Koch
Browse files

escape routing for MCU

parent 8c6a2bb8
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -121,7 +121,7 @@
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_clearance": 0.127,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
......@@ -140,12 +140,29 @@
0.0,
0.2,
0.25,
0.4,
0.8
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.25,
"drill": 0.15
},
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.8,
"drill": 0.4
},
{
"diameter": 1.0,
"drill": 0.8
}
],
"zones_allow_external_fillets": false,
......@@ -374,7 +391,7 @@
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"clearance": 0.13,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
......
......@@ -4142,11 +4142,11 @@
(pin "2" (uuid 8b61fc01-c7b6-4b5b-bf39-74ae3d7f8786))
)
(symbol (lib_id "Connector_Generic:Conn_01x03") (at 48.26 130.81 0) (mirror y) (unit 1)
(symbol (lib_id "Connector_Generic:Conn_01x03") (at 48.26 130.81 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 2fe855d9-ff3a-4208-84b4-4623d71b7a7f)
(property "Reference" "J3" (id 0) (at 48.26 125.73 0))
(property "Value" "Conn_01x03" (id 1) (at 48.26 135.89 0))
(property "Reference" "J3" (id 0) (at 48.26 135.89 0))
(property "Value" "Conn_01x03" (id 1) (at 48.26 125.73 0))
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 48.26 130.81 0)
(effects (font (size 1.27 1.27)) hide)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment