mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
AllowMissingCourtyard and AllowSolderMaskBriges no longer in GetAttributes().
Fixes https://gitlab.com/kicad/code/kicad/-/issues/21232
This commit is contained in:
parent
01a8d44bce
commit
423a1705af
@ -1271,7 +1271,9 @@ void PCB_IO_KICAD_SEXPR::format( const FOOTPRINT* aFootprint ) const
|
||||
}
|
||||
|
||||
// Attributes
|
||||
if( aFootprint->GetAttributes() )
|
||||
if( aFootprint->GetAttributes()
|
||||
|| aFootprint->AllowMissingCourtyard()
|
||||
|| aFootprint->AllowSolderMaskBridges() )
|
||||
{
|
||||
m_out->Print( "(attr" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user