xgsch2pcb can't set element-dir
Bug #698821 reported by
KaiMartin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gEDA |
Triaged
|
Wishlist
|
Peter Clifton |
Bug Description
Currently there is no way to set the path to choose footprints from.
Suggested solution: xgsch2pcb should parse the *.gsch2pcb file for all options allowed by gsch2pcb. The GUI should offer a way to set these options.
---<(kaimartin)>---
Changed in geda: | |
status: | New → In Progress |
assignee: | nobody → Peter Clifton (pcjc2) |
Changed in geda: | |
status: | In Progress → Triaged |
To post a comment you must log in.
A partial fix is now committed in git.
Unknown options produce warnings, but don't cause errors within the program.
Each line of your .gsch2pcb file (including comments) is saved, and re-emitted when saving. Only lines which xgsch2pcb knows how to edit are altered on save.
The GUI to set the various other options is still pending.