X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=4942b59f727476a3b2f3ffeb27d0df54a57d09b9;hp=2c677dc386c8b6ed1c2528ef20bc5b8a46da1b13;hb=8b65cca293fdc5217d0233febceae17e5d725d0c;hpb=b2c7ad45e20526716b928883126331b4708f1eb3 diff --git a/Makefile b/Makefile index 2c677dc..4942b59 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PLAY ?= $(CWD) CONFIG=slic3r-config.ini -USING_AUTOS ?= filamentspool +USING_AUTOS ?= filamentspool xeno-drivebay-bracket AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) scads: $(addsuffix .auto.scad, $(AUTO_TOPLEVELS)) @@ -30,8 +30,10 @@ default: @rm .$@.d.tmp mv -f $*.tmp.stl $@ -%.gcode: $(CONFIG) %.stl - $(SLIC3R) --load $^ --ignore-nonexistent-config --load $*.slic3r --output $@.tmp +%.gcode: %.stl $(CONFIG) + $(SLIC3R) --load $(CONFIG) \ + --ignore-nonexistent-config --load $*.slic3r \ + --output $@.tmp $< @mv -f $@.tmp $@ #%.gcode: %.stl