<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Gerber Export (old style) from Linux text console in EAGLE Forum (Read-Only)</title>
    <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9304441#M10725</link>
    <description>Hi @Anonymous,&lt;BR /&gt;&lt;BR /&gt;I hope you're doing well. I think this issue is with the variant part of the command. This was deprecated with the release of V7 since hierarchy endend up affecting how variants could work. For this reason the CAM processor no longer works when specifying a variant. If you need to produce the artwork for a variant you have to run the save-brd-variants.ulp on the board. It will generate a separate board file for each variant, you would then use you normal script without the variant option to generate the gerbers of the file you want.&lt;BR /&gt;&lt;BR /&gt;Let me know if there's anything else I can do for you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,</description>
    <pubDate>Fri, 07 Feb 2020 23:50:54 GMT</pubDate>
    <dc:creator>jorge_garcia</dc:creator>
    <dc:date>2020-02-07T23:50:54Z</dc:date>
    <item>
      <title>Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9301333#M10724</link>
      <description>&lt;P&gt;We are exporting our designs on a headless Linux machine.&amp;nbsp; Using Eagle 6, we've been successfull in setting up an Xvfb server to run an ULP unattended for creation of BOMs etc, and then use a number of commands like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eagle -X -N -o"outline.gbr" -A "A" -d GERBER_RS274X "$brdfile" 20 46&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to generate the Gerber files.&amp;nbsp; Now, migrating to Eagle 9.5.2, the first step works (after some wasted hours), but I can't run the -X option anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eagle -X -dGERBER_RS274X -ooutline.gbr -AA "$brdfile" 20 46&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QWidget: Cannot create a QWidget without QApplication&lt;BR /&gt;Aborted (core dumped)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eagle -X+ -dGERBER_RS274X -ooutline.gbr -AA "$brdfile" 20 46&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a dialog window on my framebuffer telling me that variant A could not be set, then an empty dialog window, and then eagle exits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've found another thread here dealing with the issue, but after giving that user the option to use CAM-jobs, the initial problem wasn't investigated anymore.&amp;nbsp; I'd like to resort to the old-style way of creating Gerber files, so any help largely appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:24:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9301333#M10724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-06T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9304441#M10725</link>
      <description>Hi @Anonymous,&lt;BR /&gt;&lt;BR /&gt;I hope you're doing well. I think this issue is with the variant part of the command. This was deprecated with the release of V7 since hierarchy endend up affecting how variants could work. For this reason the CAM processor no longer works when specifying a variant. If you need to produce the artwork for a variant you have to run the save-brd-variants.ulp on the board. It will generate a separate board file for each variant, you would then use you normal script without the variant option to generate the gerbers of the file you want.&lt;BR /&gt;&lt;BR /&gt;Let me know if there's anything else I can do for you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,</description>
      <pubDate>Fri, 07 Feb 2020 23:50:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9304441#M10725</guid>
      <dc:creator>jorge_garcia</dc:creator>
      <dc:date>2020-02-07T23:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9374948#M10726</link>
      <description>&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry, some time has passed ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a look at the save-brd-variants.ulp.&amp;nbsp; As far as I understand it just makes copies of a board where the respective variant is set, all other variants are still in the board.&amp;nbsp; This is actually the situation I have, my own script sets the variant and saves the file.&amp;nbsp; But the variant still has to be set for a proper export, even with save-brd-variants.&amp;nbsp; But when I run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eagle -X+ -N -o foo.gbr -d GERBER_RS274X XXX-A.brd 20 46&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a dialog telling me that "XXX-A.brd is not set to assembly variant ''!"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry but I do not see how this solves my problem.&amp;nbsp; Any help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 17:32:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9374948#M10726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T17:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9375253#M10727</link>
      <description>Hello @Anonymous,&lt;BR /&gt;&lt;BR /&gt;I hope you're doing well. The idea is that each of those copies of the brd should be a standalone copy of one of the variants. &lt;BR /&gt;&lt;BR /&gt;I'll double check with the devs and see if anything has changed.&lt;BR /&gt;&lt;BR /&gt;Best Regards,</description>
      <pubDate>Thu, 12 Mar 2020 20:26:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9375253#M10727</guid>
      <dc:creator>jorge_garcia</dc:creator>
      <dc:date>2020-03-12T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9376354#M10728</link>
      <description>&lt;P&gt;If I have a design with a resistor R5 with value 1k in the standard variant, and value 2k in variant 'A', and R5 not populated in variant 'B', and I want to export variant B and create a file with only variant B, I still need to set this variant when exporting.&amp;nbsp; I don't see how having a file with only variant B (and the standard variant, which is always present) helps in the case of the CAM processor.&amp;nbsp; (Plus I don't see how save-brd-variants.ulp helps, since it saves the same board with different variants *set*, but all others still *present*.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 12:30:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9376354#M10728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9481806#M10729</link>
      <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4235204"&gt;@jorge_garcia&lt;/a&gt;do you have a solution to this problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 07:34:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9481806#M10729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T07:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9513342#M10730</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4235204"&gt;@jorge_garcia&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;my colleague Wagner has informed me that h&lt;/SPAN&gt;&lt;SPAN class=""&gt;e has sent you an example of our problem a few weeks ago.&lt;/SPAN&gt; &lt;SPAN class=""&gt;I now take the liberty to ask you again whether you have already been able to tackle our problem or maybe even have a solution for us.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 15:38:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9513342#M10730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-13T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Gerber Export (old style) from Linux text console</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9513982#M10731</link>
      <description>Hi @Anonymous,&lt;BR /&gt;&lt;BR /&gt;I hope you're doing well. I have brought this up to the developers, it seems like this has been affected for a while. There's no immediate solution to fix the console situation, so the workaround for now is to open the file set the variant and then run the CAM processor that should get you the output for the variant.&lt;BR /&gt;&lt;BR /&gt;This will likely not be addressed for the next release. There are a few things that need to be corrected for this to work again so it's not a trivial fix. &lt;BR /&gt;&lt;BR /&gt;Let me know if there's anything else I can do for you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,</description>
      <pubDate>Wed, 13 May 2020 19:45:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/gerber-export-old-style-from-linux-text-console/m-p/9513982#M10731</guid>
      <dc:creator>jorge_garcia</dc:creator>
      <dc:date>2020-05-13T19:45:11Z</dc:date>
    </item>
  </channel>
</rss>

