1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

sch2fig/: graphics backend can be selected from the command line

This commit is contained in:
Werner Almesberger
2016-07-31 21:52:35 -03:00
parent 01fed0d456
commit f3ed4edbd2
7 changed files with 45 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ while [ $sheet -le 38 ]; do
file=$dir/$prefix$sn.png
$dir/../sch2fig $dir/neo900-ee/hw/neo900.lib \
$dir/kicad-libs/components/powered.lib "$in" \
-- -t $dir/frame.fig SHEET=$sn |
-- fig -t $dir/frame.fig SHEET=$sn |
fig2dev -L png -m 2 >$file
sheet=`expr $sheet + 1`
done