Add drc for custom field mismatch with schematic symbol

This commit is contained in:
Mark Roszko
2025-12-07 21:03:33 -05:00
parent 8e95894936
commit b54750156d
8 changed files with 70 additions and 2 deletions
@@ -595,6 +595,7 @@ bool WriteDRCReport( BOARD* aBoard, const wxString& aFileName, EDA_UNITS aUnits,
|| aItem->GetErrorCode() == DRCE_EXTRA_FOOTPRINT
|| aItem->GetErrorCode() == DRCE_NET_CONFLICT
|| aItem->GetErrorCode() == DRCE_SCHEMATIC_PARITY
|| aItem->GetErrorCode() == DRCE_SCHEMATIC_FIELDS_PARITY
|| aItem->GetErrorCode() == DRCE_FOOTPRINT_FILTERS )
{
footprints.push_back( aItem );