blob: 25af3effca8574c2f9c1fb63f5bf851ddaccdbaa (
plain)
1
2
3
4
5
6
7
8
9
|
all:
gsch2pcb binary-watch3.sch
photo:
# pcb -x png --only-visible --photo-mode --dpi 600 binwatch-mini.pcb
pcb -x png --use-alpha --dpi 600 --only-visible --photo-mode --photo-mask-colour green --photo-plating tinned \
--photo-silk-colour white --photo-flip-y --outfile binwatch-mini-back.png binwatch-mini.pcb
pcb -x png --use-alpha --dpi 600 --only-visible --photo-mode --photo-mask-colour green --photo-plating tinned \
--photo-silk-colour white --outfile binwatch-mini-front.png binwatch-mini.pcb
|