Skip to content

Commit 8545d20

Browse files
committed
Improve DRC
1 parent 0fc4985 commit 8545d20

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

switch_pcb.kicad_pcb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
)
190190
)
191191
)
192-
(attr board_only exclude_from_pos_files exclude_from_bom)
192+
(attr board_only exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
193193
(fp_poly
194194
(pts
195195
(xy 0.272128 -0.457741) (xy 0.34944 -0.430494) (xy 0.449597 -0.36022) (xy 0.522844 -0.264638) (xy 0.569084 -0.151652)
@@ -1394,7 +1394,7 @@
13941394
)
13951395
)
13961396
)
1397-
(attr board_only exclude_from_pos_files exclude_from_bom)
1397+
(attr board_only exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
13981398
(fp_poly
13991399
(pts
14001400
(xy -2.158069 -3.613056) (xy -2.064662 -3.567054) (xy -1.920252 -3.494089) (xy -1.730823 -3.397235)
@@ -2390,7 +2390,7 @@
23902390
(justify mirror)
23912391
)
23922392
)
2393-
(attr board_only exclude_from_pos_files exclude_from_bom)
2393+
(attr board_only exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
23942394
(fp_poly
23952395
(pts
23962396
(xy -2.156892 3.612188) (xy -2.063485 3.566186) (xy -1.919075 3.493221) (xy -1.729646 3.396367)

switch_pcb.kicad_pro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"extra_footprint": "warning",
7979
"footprint": "error",
8080
"footprint_symbol_mismatch": "warning",
81-
"footprint_type_mismatch": "ignore",
81+
"footprint_type_mismatch": "warning",
8282
"hole_clearance": "error",
8383
"hole_near_hole": "error",
8484
"holes_co_located": "warning",
@@ -91,12 +91,12 @@
9191
"lib_footprint_mismatch": "warning",
9292
"malformed_courtyard": "error",
9393
"microvia_drill_out_of_range": "error",
94-
"missing_courtyard": "ignore",
94+
"missing_courtyard": "warning",
9595
"missing_footprint": "warning",
9696
"net_conflict": "warning",
97-
"npth_inside_courtyard": "ignore",
97+
"npth_inside_courtyard": "warning",
9898
"padstack": "warning",
99-
"pth_inside_courtyard": "ignore",
99+
"pth_inside_courtyard": "warning",
100100
"shorting_items": "error",
101101
"silk_edge_clearance": "ignore",
102102
"silk_over_copper": "ignore",

switch_pcb.pretty/SRO-arm-copper.kicad_mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464
)
6565
)
66-
(attr board_only exclude_from_pos_files exclude_from_bom)
66+
(attr board_only exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
6767
(fp_poly
6868
(pts
6969
(xy -2.158069 -3.613056) (xy -2.064662 -3.567054) (xy -1.920252 -3.494089) (xy -1.730823 -3.397235)

switch_pcb.pretty/SRO-arm.kicad_mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464
)
6565
)
66-
(attr board_only exclude_from_pos_files exclude_from_bom)
66+
(attr board_only exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
6767
(fp_poly
6868
(pts
6969
(xy -2.156892 -3.612188) (xy -2.063485 -3.566186) (xy -1.919075 -3.493221) (xy -1.729646 -3.396367)

switch_pcb.pretty/smallpeice.kicad_mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464
)
6565
)
66-
(attr board_only exclude_from_pos_files exclude_from_bom)
66+
(attr board_only exclude_from_pos_files exclude_from_bom allow_missing_courtyard)
6767
(fp_poly
6868
(pts
6969
(xy 0.272128 -0.457741) (xy 0.34944 -0.430494) (xy 0.449597 -0.36022) (xy 0.522844 -0.264638) (xy 0.569084 -0.151652)

0 commit comments

Comments
 (0)