chiark / gitweb /
wardrobe-hook: wip elevation
[reprap-play.git] / Makefile
index 2c677dc386c8b6ed1c2528ef20bc5b8a46da1b13..da1772ea80f62f00ea0e940920c3f40e455042d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ SKEINFORGE=python $(HRR)/reprappro-software.git/skeinforge/skeinforge_applicatio
 CWD := $(shell pwd)
 PLAY ?= $(CWD)
 
-CONFIG=slic3r-config.ini
+CONFIG=$(PLAY)/slic3r-config.ini
 
-USING_AUTOS ?= filamentspool
+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,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