diff --git a/pcbnew/kicad_plugin.cpp b/pcbnew/kicad_plugin.cpp index 9ac2d720b1..48f17ed166 100644 --- a/pcbnew/kicad_plugin.cpp +++ b/pcbnew/kicad_plugin.cpp @@ -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() ) {