chiark / gitweb /
filamentspool only module now
[reprap-play.git] / Makefile
index a5307298986a1df7a56042f25b62725de27e8070..d31e0a909e4c5747a1d7de2e86e11c6066e512d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,13 @@ default:
 %.stl:         %.scad
                openscad -o $@ $<
 
-%.gcode:       %.stl
-               $(SKEINFORGE) $<
+%.gcode:       $(CONFIG) %.stl
+               $(SLIC3R) --load $^ --output $@
 
-#$(CONFIG) 
-#              $(SLIC3R) --load $^ --output $@
+#%.gcode:      %.stl
+#              $(SKEINFORGE) $<
 
 %.gcode:       manual-gcode-generator %.m-g
                ./$^ >$@.new && mv -f $@.new $@
+
+dovecliptest.stl: doveclip.scad