From: Ian Jackson Date: Mon, 13 Aug 2012 00:32:03 +0000 (+0100) Subject: go back to slic3r since skeinforge still unconvincing X-Git-Tag: filamentspool-v2-release~930 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=44aebdabf4066bc007d96ed40a233f34c6004ac8 go back to slic3r since skeinforge still unconvincing --- diff --git a/Makefile b/Makefile index a530729..840b9a6 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,11 @@ 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 $@