StickHub demo: Fix erc errors.
This commit is contained in:
parent
21fe8542df
commit
697a50e232
File diff suppressed because it is too large
Load Diff
|
@ -100,7 +100,7 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"allow_blind_buried_vias": false,
|
"allow_blind_buried_vias": false,
|
||||||
"allow_microvias": false,
|
"allow_microvias": false,
|
||||||
"max_error": 0.001,
|
"max_error": 0.005,
|
||||||
"min_clearance": 0.15,
|
"min_clearance": 0.15,
|
||||||
"min_copper_edge_clearance": 0.0,
|
"min_copper_edge_clearance": 0.0,
|
||||||
"min_hole_clearance": 0.0,
|
"min_hole_clearance": 0.0,
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
"solder_mask_clearance": 0.0,
|
"solder_mask_clearance": 0.0,
|
||||||
"solder_mask_min_width": 0.0,
|
"solder_mask_min_width": 0.0,
|
||||||
"solder_paste_clearance": 0.0,
|
"solder_paste_clearance": 0.0,
|
||||||
"solder_paste_margin_ratio": 0.0
|
"solder_paste_margin_ratio": -0.0
|
||||||
},
|
},
|
||||||
"track_widths": [
|
"track_widths": [
|
||||||
0.0,
|
0.0,
|
||||||
|
@ -433,7 +433,7 @@
|
||||||
},
|
},
|
||||||
"sheets": [
|
"sheets": [
|
||||||
[
|
[
|
||||||
"2a44c388-3c66-4c25-87a2-38991169127d",
|
"85187be3-3759-4ec2-8bb2-1d809a19dc0b",
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,3 @@
|
||||||
|
(sym_lib_table
|
||||||
|
(lib (name "RobotProtos")(type "KiCad")(uri "${KIPRJMOD}/RobotProtos.kicad_sym")(options "")(descr ""))
|
||||||
|
)
|
Loading…
Reference in New Issue