ATTiny13 x10 board with PDFs

This commit is contained in:
Jörn-Michael Miehe 2024-10-14 14:27:33 +02:00
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

Binary file not shown.

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

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,12 @@
%_Both.pdf: %_Cu.pdf %_Mask.pdf
%_Both.pdf: %_Mask.pdf %_Cu.pdf
pdftk ${^} cat output ${@}
%_90.pdf: %_Both.pdf
pdftk ${<} cat 1-endeast output ${@}
%_90.ps: %_90.pdf
pdftops $<
%_nup.ps: %_90.ps
psnup -pa4 -Pa5 -2 ${<} ${@}
%_nup.pdf: %_nup.ps
ps2pdf ${<}
%_nup.pdf: %_90.pdf
pdfjam ${<} --nup 2x1 --landscape --outfile ${@}
%.pdf: %_nup.pdf
cp ${<} ${@}
pdftk ${<} cat 1-endwest output ${@}