X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=7ec60a7e5392f8171af77c554e90eba1a1abd716;hp=f3a3e1babd29727b5a83839df1c818edc2b1d3fa;hb=6730629610b3c4ca29657bafb91392fdc49d65aa;hpb=a3f6f949f8143e7bfe03748cffae9f404ad58eee diff --git a/Makefile b/Makefile index f3a3e1b..7ec60a7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CONFIG=$(PLAY)/slic3r-config.ini FILAMENTSPOOL_AUTOS = filamentspool filamentspool-lt filamentspool-sm FILAMENTSPOOL_AUTOS += filamentspool-storarm3 -USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover bike-lipo-box earring-stand bike-stalk-led-mount sewing-table sewing-table-test maglite-holder +USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover bike-lipo-box earring-stand bike-stalk-led-mount sewing-table sewing-table-test sewing-table-jig maglite-holder poster-tube-lid AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) @@ -165,7 +165,11 @@ question-question.eps: question-question.fig fig2dev -L eps <$< >$@.tmp @mv -f $@.tmp $@ -sewing-table-rear-profile.eps: sewing-table-rear-profile.fig +sewing-table%.stl: sewing-table-rear-profile.dxf +sewing-table%.stl: sewing-table-front-profile.dxf +sewing-table%.stl: sewing-table-end-profile.dxf + +sewing-table-%-profile.eps: sewing-table-%-profile.fig fig2dev -L eps -D +40 <$< >$@.tmp @mv -f $@.tmp $@ @@ -173,6 +177,8 @@ question-token.stl: question-question.dxf lemon-stand.stl: lemon-stand.scad +electron-token.stl: electron-token.scad + .PRECIOUS: $(SCREWRECESSTEST_DXFS) $(SCREWRECESSTEST_DXFS) \ $(foreach s,$(SCREWRECESSTEST_SIZES), \ screw-recess-test-number-s$s.fig \