diff --git a/common/common_plotGERBER_functions.cpp b/common/common_plotGERBER_functions.cpp index 2e041e600a..e4de7c04c4 100644 --- a/common/common_plotGERBER_functions.cpp +++ b/common/common_plotGERBER_functions.cpp @@ -147,8 +147,12 @@ bool GERBER_PLOTTER::StartPlot() else fputs( "%MOMM*%\n", outputFile ); - /* Specify linear interpol (G01) */ + // Be sure the usual dark polarity is selected: + fputs( "%LPD*%\n", outputFile ); + + // Specify linear interpol (G01): fputs( "G01*\n", outputFile ); + fputs( "G04 APERTURE LIST*\n", outputFile ); /* Select the default aperture */ SetCurrentLineWidth( -1 );