Add drc for custom field mismatch with schematic symbol
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user