Revert "CADSTAR PCB importer: Fix incorrect position of overridden pads"

This reverts commit 5cab66fb18
This commit is contained in:
Roberto Fernandez Bautista 2023-03-29 21:53:14 +00:00
parent 08d65beb26
commit 3d9047bec4
1 changed files with 0 additions and 4 deletions

View File

@ -1700,10 +1700,6 @@ void CADSTAR_PCB_ARCHIVE_LOADER::loadComponents()
PADEXCEPTION& padEx = padPair.second;
COMPONENT_PAD csPad = fpLibEntry.ComponentPads.at( padPair.first );
// Reset the pad to be around 0,0
csPad.Position -= fpLibEntry.Origin;
csPad.Position += m_designCenter;
if( !padEx.PadCode.IsEmpty() )
csPad.PadCodeID = padEx.PadCode;