CADSTAR PCB: Lock footprint pads after import
This commit is contained in:
parent
6494e0bf25
commit
1468764f83
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue