chiark / gitweb /
maglite-holder: torch colour for test
[reprap-play.git] / Makefile
index c88f8335814886b3b0ecc06a626de8cf44e4f75b..e3356000472753dff26454572112d6bf90bae9f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,15 @@ pandemic-counter-l%.eps: pandemic-counter-letters.fig
                fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp
                @mv -f $@.tmp $@
 
+.PRECIOUS: maglite-holder-torch-curve.eps
+maglite-holder-torch-curve.eps: maglite-holder-torch.fig
+               fig2dev -D +1:70 -L eps <$< >$@.tmp
+               @mv -f $@.tmp $@
+
+maglite-holder-torch-curve.dxf: maglite-holder-torch-curve.eps
+               pstoedit -dt -flat 0.05 -f "dxf: -polyaslines -mm" $< $@
+
+
 PANDEMICQUARANTINES_NUMBERS=1 2
 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \
        pandemic-quarantine-l$l.dxf)