X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=3c6f1e9a496ff99e06e6add6556a1bff6c77b700;hb=3b462ccc1bc389ce68873d61395ff05ed50693fa;hp=9e879aba64a359ed74896b1d24093095454f52a7;hpb=fee9dead10bbd2a0b543ca97176280a4573a0fbc;p=reprap-play.git diff --git a/Makefile b/Makefile index 9e879ab..3c6f1e9 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,15 @@ pandemic-quarantine-l%.eps: pandemic-quarantine-numbers.fig fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp @mv -f $@.tmp $@ +FILAMENTSPOOL_NUMBERS=$(shell seq 300 100 1500) +filamentspool-number-n%.eps: filamentspool-number.eps.pl + ./$< $* >$@.tmp && mv -f $@.tmp $@ + +FILAMENTSPOOL_DXFS=$(foreach n,$(FILAMENTSPOOL_NUMBERS), \ + filamentspool-number-n$n.dxf) + +filamentspool-numbers filamentspool.stl: $(FILAMENTSPOOL_DXFS) + SCREWRECESSTEST_SIZES= 2 3 4 5 6 SCREWRECESSTEST_DXFS=$(foreach s,$(SCREWRECESSTEST_SIZES), \ screw-recess-test-number-s$s.dxf)