GENCAD Export only produces a single pad - Fix

This commit is contained in:
Sean Mollet 2025-04-03 15:30:03 +00:00 committed by Wayne Stambaugh
parent 661d002234
commit 185491f2b8

View File

@ -596,6 +596,8 @@ int PADSTACK::Compare( const PADSTACK* aPadstackRef, const PADSTACK* aPadstackCm
};
aPadstackRef->ForEachUniqueLayer( compareCopperProps );
if( diff )
return diff;
if( ( diff = static_cast<int>( aPadstackRef->DrillShape() ) -
static_cast<int>( aPadstackCmp->DrillShape() ) ) != 0 )