Fix vias holes predefined sizes

main
nschoe 1 year ago
parent 4a5327787e
commit 9e8bd334c3

@ -144,4 +144,4 @@
) )
) )
(net 0 "") (net 0 "")
) )

@ -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",
@ -218,7 +219,11 @@
"drill": 0.0 "drill": 0.0
}, },
{ {
"diameter": 0.35, "diameter": 0.4,
"drill": 0.3
},
{
"diameter": 0.45,
"drill": 0.2 "drill": 0.2
}, },
{ {

Loading…
Cancel
Save