pcb wip - remove uneccesary trace on Fcu
This commit is contained in:
parent
e5e13bbae3
commit
7e5bd28746
2 changed files with 1920 additions and 2306 deletions
File diff suppressed because it is too large
Load diff
|
@ -37,9 +37,9 @@
|
||||||
"other_text_thickness": 0.15,
|
"other_text_thickness": 0.15,
|
||||||
"other_text_upright": false,
|
"other_text_upright": false,
|
||||||
"pads": {
|
"pads": {
|
||||||
"drill": 1.1,
|
"drill": 0.8,
|
||||||
"height": 2.1,
|
"height": 1.6,
|
||||||
"width": 2.1
|
"width": 1.6
|
||||||
},
|
},
|
||||||
"silk_line_width": 0.1,
|
"silk_line_width": 0.1,
|
||||||
"silk_text_italic": false,
|
"silk_text_italic": false,
|
||||||
|
@ -79,6 +79,7 @@
|
||||||
"footprint_type_mismatch": "ignore",
|
"footprint_type_mismatch": "ignore",
|
||||||
"hole_clearance": "error",
|
"hole_clearance": "error",
|
||||||
"hole_near_hole": "error",
|
"hole_near_hole": "error",
|
||||||
|
"holes_co_located": "warning",
|
||||||
"invalid_outline": "error",
|
"invalid_outline": "error",
|
||||||
"isolated_copper": "warning",
|
"isolated_copper": "warning",
|
||||||
"item_on_disabled_layer": "error",
|
"item_on_disabled_layer": "error",
|
||||||
|
|
Loading…
Reference in a new issue