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