X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=eaf870549bfca9fec5e1035d1334954ebca74a8c;hb=83d1b009ce82069c1d306ffc039ec44720ea62a5;hp=339d710b25547b9755597b7a6020699ef7db0551;hpb=75409ef6f0bfe2b535f66af16333180adebf88df;p=reprap-play.git diff --git a/Makefile b/Makefile index 339d710..eaf8705 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PLAY ?= $(CWD) CONFIG=slic3r-config.ini -USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket +USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) scads: $(addsuffix .auto.scad, $(AUTO_TOPLEVELS)) @@ -30,7 +30,7 @@ default: @rm .$@.d.tmp mv -f $*.tmp.stl $@ -%.gcode: %.stl $(CONFIG) +%.gcode: %.stl %.slic3r $(CONFIG) $(SLIC3R) --load $(CONFIG) \ --ignore-nonexistent-config --load $*.slic3r \ --output $@.tmp $<