chiark / gitweb /
belt-slot-cut-jig: holder ctie attach
[reprap-play.git] / Makefile
index c4b123610ca40467fff53a5af792290d0a1fbdd5..00ced6916ac6e0d8b97f3a18ef5583218668d619 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PLAY ?= $(CWD)
 
 CONFIG=slic3r-config.ini
 
-USING_AUTOS ?= filamentspool xeno-drivebay-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,9 +30,7 @@ default:
                @rm .$@.d.tmp
                mv -f $*.tmp.stl $@
 
-%.slic3r:
-
-%.gcode:       %.stl %.slic3r $(CONFIG)
+%.gcode:       %.stl $(CONFIG)
                $(SLIC3R) --load $(CONFIG) \
                        --ignore-nonexistent-config --load $*.slic3r \
                        --output $@.tmp $<