diff --git a/common/common_plotGERBER_functions.cpp b/common/common_plotGERBER_functions.cpp index b7fa38f367..4d8e28ee0f 100644 --- a/common/common_plotGERBER_functions.cpp +++ b/common/common_plotGERBER_functions.cpp @@ -148,8 +148,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 );