7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-05 00:15:30 +00:00

GERBER_PLOTTER: fix missing separator (comma) after ADDxxOutlinexP

It was missing after commit 2cdc1ed8
This commit is contained in:
jean-pierre charras 2025-03-08 16:36:49 +01:00
parent 2cdc1ed88e
commit 4ef627edb9

View File

@ -752,6 +752,9 @@ void GERBER_PLOTTER::writeApertureList()
break;
}
// Add separator after aperture macro name
fmt::print( m_outputFile, "," );
// Output all corners (should be 4 to 8 corners)
// Remember: the Y coordinate must be negated, due to the fact in Pcbnew
// the Y axis is from top to bottom