CADSTAR PCB: Lock footprint pads after import

This commit is contained in:
Roberto Fernandez Bautista 2021-03-24 21:11:11 +00:00
parent 6494e0bf25
commit 1468764f83
1 changed files with 2 additions and 0 deletions

View File

@ -1022,6 +1022,8 @@ PAD* CADSTAR_PCB_ARCHIVE_LOADER::getKiCadPad( const COMPONENT_PAD& aCadstarPad,
//TODO handle csPadcode.Reassigns when KiCad supports full padstacks
pad->SetLocked( true ); // Cadstar pads are always locked with respect to the footprint
return pad;
}