a) (zone (fill (mode was wrong, b) put fill on one line
This commit is contained in:
parent
5d415c4c4b
commit
8975fd3cf4
|
@ -1035,7 +1035,7 @@ void PCB_IO::format( ZONE_CONTAINER* aZone, int aNestLevel ) const
|
|||
|
||||
// Default is polygon filled.
|
||||
if( aZone->GetFillMode() )
|
||||
m_out->Print( 0, " (mode polygon)" );
|
||||
m_out->Print( 0, " (mode segment)" );
|
||||
|
||||
m_out->Print( 0, " (arc_segments %d) (thermal_gap %s) (thermal_bridge_width %s)",
|
||||
aZone->GetArcSegCount(),
|
||||
|
@ -1044,8 +1044,7 @@ void PCB_IO::format( ZONE_CONTAINER* aZone, int aNestLevel ) const
|
|||
|
||||
if( aZone->GetCornerSmoothingType() != ZONE_SETTINGS::SMOOTHING_NONE )
|
||||
{
|
||||
m_out->Print( 0, "\n" );
|
||||
m_out->Print( aNestLevel+1, "(smoothing" );
|
||||
m_out->Print( 0, " (smoothing" );
|
||||
|
||||
switch( aZone->GetCornerSmoothingType() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue