X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=14769bc58a0c1c9285ab61c2876f4d43f96019da;hp=7ec60a7e5392f8171af77c554e90eba1a1abd716;hb=f169bb60ee7f824cf914ccb654e13654aff51151;hpb=592ab447dcaeb17bccefd78b29419b49ecca84bc diff --git a/Makefile b/Makefile index 7ec60a7..14769bc 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 poster-tube-lid +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 @@ -184,6 +185,12 @@ electron-token.stl: electron-token.scad 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" $< $@