mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 14:21:51 +02:00
fpd2pdf/fpdoc: ignore items in .pos not defined in the schematics
For such things we have the -a option.
This commit is contained in:
parent
ccd830153a
commit
0de3b96170
@ -69,7 +69,7 @@ do "pos2fab" || die "pos2fab: $!";
|
|||||||
#
|
#
|
||||||
|
|
||||||
for (@order) {
|
for (@order) {
|
||||||
$need{$fp{$_}} = 1;
|
$need{$fp{$_}} = 1 if defined $fp{$_};
|
||||||
}
|
}
|
||||||
|
|
||||||
for (keys %need) {
|
for (keys %need) {
|
||||||
|
Loading…
Reference in New Issue
Block a user