chiark / gitweb /
pawn 3 skirts
[reprap-play.git] / Makefile
index b5d73e6122ecb4c268e2e06b34a9bccebcdc1cdf..cf4539157cc98d5025f519ec1519e45cfc852ca3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,11 @@ AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 scads:         $(addsuffix .auto.scad, $(AUTO_TOPLEVELS))
 stls:          $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
 
+%.auto.scads:
+       $(MAKE) $(addsuffix .auto.scad, $(shell $(PLAY)/toplevel-find $*))
+%.auto.stls:
+       $(MAKE) $(addsuffix .auto.stl, $(shell $(PLAY)/toplevel-find $*))
+
 default:
 
 -include .*.d
@@ -25,8 +30,12 @@ default:
                @rm .$@.d.tmp
                mv -f $*.tmp.stl $@
 
-%.gcode:       $(CONFIG) %.stl
-               $(SLIC3R) --load $^ --output $@.tmp
+%.slic3r:
+
+%.gcode:       %.stl %.slic3r $(CONFIG)
+               $(SLIC3R) --load $(CONFIG) \
+                       --ignore-nonexistent-config --load $*.slic3r \
+                       --output $@.tmp $<
                @mv -f $@.tmp $@
 
 #%.gcode:      %.stl