X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=840b9a6270560ceb37b3d6826fbc7591b95b1dce;hb=44aebdabf4066bc007d96ed40a233f34c6004ac8;hp=a5307298986a1df7a56042f25b62725de27e8070;hpb=b71ab8f82950375856522daf035082839c33a3bb;p=reprap-play.git 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 $@