kopia lustrzana https://github.com/bristol-seds/pico-tracker
Added images for solar-breakout
rodzic
56f83b91a8
commit
4e29d30b28
|
@ -1,5 +1,35 @@
|
||||||
all: Parts.md
|
all: Parts.md schematic board
|
||||||
|
|
||||||
# Build a markdown parts list
|
|
||||||
Parts.md: parts
|
Parts.md: parts
|
||||||
ruby ../tracking/parts.rb
|
ruby ../partslist/parts.rb
|
||||||
|
|
||||||
|
schematic: bristol_longshot.sch.pdf bristol_longshot.sch.png
|
||||||
|
board: bristol_longshot.brd.pdf bristol_longshot.brd.png
|
||||||
|
|
||||||
|
#
|
||||||
|
# PNG from .sch
|
||||||
|
#
|
||||||
|
%.sch.png: %.sch
|
||||||
|
rm -f $@
|
||||||
|
eagle -C "export image $@ 600; display all; quit" $<
|
||||||
|
#
|
||||||
|
# PDF from .sch
|
||||||
|
# 1 page lanscape
|
||||||
|
#
|
||||||
|
%.sch.pdf: %.sch
|
||||||
|
rm -f $@
|
||||||
|
eagle -C "print -1 landscape file $@; quit" $<
|
||||||
|
#
|
||||||
|
# PNG from .brd
|
||||||
|
# Ratsnest, maximum dpi
|
||||||
|
#
|
||||||
|
%.brd.png: %.brd
|
||||||
|
rm -f $@
|
||||||
|
eagle -C "ratsnest; export image $@ 2400; display all; quit" $<
|
||||||
|
#
|
||||||
|
# PDF from .brd
|
||||||
|
# -1 limits to one page
|
||||||
|
#
|
||||||
|
%.brd.pdf: %.brd
|
||||||
|
rm -f $@
|
||||||
|
eagle -C "ratsnest; print 100 -1 file $@; quit" $<
|
||||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 745 KiB |
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 446 KiB |
Ładowanie…
Reference in New Issue