X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=3345eaa53115feeaf18b1dbb98fe7d02babdfdca;hp=70929a3397bfe798dc83644dcbe1f248d96805d1;hb=3c75c6575c9ec874afd93fe9d2e1c7f28390806f;hpb=c44340a4f053688cc69138a06f693309f8c4fda2 diff --git a/Makefile b/Makefile index 70929a3..3345eaa 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,12 @@ 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 sewing-table-jig 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 poster-tube-lid-coarse fairphone-case lock-inframe-bracket ksafe-base AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) -AUTO_INCS += funcs.scad sealing-box.scad sewing-table.scad +AUTO_INCS += funcs.scad sealing-box.scad sewing-table.scad \ + poster-tube-lid-parametric.scad default: autoincs scads @@ -177,11 +178,19 @@ 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 \ screw-recess-test-number-s$s.eps) +poster-tube-lid,CatchPostDistort-fa%.stl: \ + distort-stl poster-tube-lid,CatchPreDistort.auto.stl + ./distort-stl $@.tmp + mv -f $@.tmp $@ + %.dxf: %.eps pstoedit -dt -f "dxf: -polyaslines -mm" $< $@