Commit 45808deb authored by jean-pierre charras's avatar jean-pierre charras

Minor fix: Gerber X2 attribute: remove one attribute (TF .GerberVersion, now...

Minor fix: Gerber X2 attribute: remove one attribute (TF .GerberVersion, now no more in use) I added in my recent changes relative to the new J5 gerber version attributes.
parent 1bc3e9f1
......@@ -211,13 +211,6 @@ void AddGerberX2Attribute( PLOTTER * aPlotter,
{
wxString text;
#ifdef USE_J5_ATTR
text = wxT("%TF.GerberVersion,J5*%");
#else
text = wxT("%TF.GerberVersion,J4*%");
#endif
aPlotter->AddLineToHeader( text );
#ifdef USE_J5_ATTR
// Creates the TF,.GenerationSoftware. Format is:
// %TF,.GenerationSoftware,<vendor>,<application name>[,<application version>]*%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment