You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to export any layout to a pdf or png file Eagle prompts with two popups indicating a problem, whereby the second popup changes depending on which layer is selected:
Still an empty file is generated containing a timestamp and the file name.
It is worth noticing that while the png file is generated relative to path the command is launched, the pdf is always generated in the same folder as the layout:
pea export folder/layout.brd pdf layout.pdf:topmask
leads to the file folder/layout.pdf, while
pea export folder/layout.brd png layout.png:topmask
leads to the file layout.png.
For your third issue, I'd need eagle source files that are similar to the project you're working on, as well as the eagle_automation configuration files. I'll need to be able to replicate the issue, and eventually even make it a regression test case.
The text was updated successfully, but these errors were encountered:
Layout -> PDF/PNG
cf issue #5
When trying to export any layout to a pdf or png file Eagle prompts with two popups indicating a problem, whereby the second popup changes depending on which layer is selected:
![screen shot 2015-12-20 at 12 16 11](https://cloud.githubusercontent.com/assets/3830671/11917757/796b5b26-a715-11e5-8ffa-91dfc39ca0fa.png)
![screen shot 2015-12-20 at 12 16 27](https://cloud.githubusercontent.com/assets/3830671/11917758/7bbe90be-a715-11e5-9dcf-7dafd2733946.png)
Still an empty file is generated containing a timestamp and the file name.
It is worth noticing that while the png file is generated relative to path the command is launched, the pdf is always generated in the same folder as the layout:
leads to the file
folder/layout.pdf
, whileleads to the file
layout.png
.For your third issue, I'd need eagle source files that are similar to the project you're working on, as well as the eagle_automation configuration files. I'll need to be able to replicate the issue, and eventually even make it a regression test case.
The text was updated successfully, but these errors were encountered: