ATTiny13 x10 board with PDFs
This commit is contained in:
parent
5ede63d833
commit
7754ffae3d
5 changed files with 28193 additions and 10 deletions
BIN
ATTiny13-breadboard/ATTiny13-breadboard_x10-B.pdf
(Stored with Git LFS)
Normal file
BIN
ATTiny13-breadboard/ATTiny13-breadboard_x10-B.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ATTiny13-breadboard/ATTiny13-breadboard_x10-B_Cu.pdf
(Stored with Git LFS)
Normal file
BIN
ATTiny13-breadboard/ATTiny13-breadboard_x10-B_Cu.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ATTiny13-breadboard/ATTiny13-breadboard_x10-B_Mask.pdf
(Stored with Git LFS)
Normal file
BIN
ATTiny13-breadboard/ATTiny13-breadboard_x10-B_Mask.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
28180
ATTiny13-breadboard/ATTiny13-breadboard_x10.kicad_pcb
Normal file
28180
ATTiny13-breadboard/ATTiny13-breadboard_x10.kicad_pcb
Normal file
File diff suppressed because it is too large
Load diff
14
Makefile
14
Makefile
|
@ -1,18 +1,12 @@
|
||||||
%_Both.pdf: %_Cu.pdf %_Mask.pdf
|
%_Both.pdf: %_Mask.pdf %_Cu.pdf
|
||||||
pdftk ${^} cat output ${@}
|
pdftk ${^} cat output ${@}
|
||||||
|
|
||||||
%_90.pdf: %_Both.pdf
|
%_90.pdf: %_Both.pdf
|
||||||
pdftk ${<} cat 1-endeast output ${@}
|
pdftk ${<} cat 1-endeast output ${@}
|
||||||
|
|
||||||
%_90.ps: %_90.pdf
|
%_nup.pdf: %_90.pdf
|
||||||
pdftops $<
|
pdfjam ${<} --nup 2x1 --landscape --outfile ${@}
|
||||||
|
|
||||||
%_nup.ps: %_90.ps
|
|
||||||
psnup -pa4 -Pa5 -2 ${<} ${@}
|
|
||||||
|
|
||||||
%_nup.pdf: %_nup.ps
|
|
||||||
ps2pdf ${<}
|
|
||||||
|
|
||||||
%.pdf: %_nup.pdf
|
%.pdf: %_nup.pdf
|
||||||
cp ${<} ${@}
|
pdftk ${<} cat 1-endwest output ${@}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue