
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to 100% script my project to get my CI to generate PDFs and Gerbers automatically. However, printing the schematic to PDF from the terminal results in the board being printed out. This only happens when the .brd file is present, as renaming it to something else makes the issue to go away.
Here is the full command:
eagle -C "print file project.sch.pdf paper A4 sheets ALL landscape; quit;" project.sch
When project.brd is present, the board gets printed out, while the schematic gets printed (expected output) when the board is missing, i.e. EAGLE can't auto-load it.
I even attempted to add -N to the CLI without success (to tell it "NO" to the "Load associated board" prompt), and also add a "set confirm no" to the inline command (for the same purpose to -N) with no success.
Is there a workaround other than moving files around to break EAGLE's auto-load feature?
Thanks!
Solved! Go to Solution.