X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=840b9a6270560ceb37b3d6826fbc7591b95b1dce;hp=47cfc9f2c040e7cfbcbc0f1cb67f7ca2ef896712;hb=d3b970ba05936a4d135dbf1b45a58faec1af7f83;hpb=37f18ec1f6a0cae63bebffa002e8c672d63acaf2 diff --git a/Makefile b/Makefile index 47cfc9f..840b9a6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ HRR=/home/reprap SLIC3R=$(HRR)/Slic3r/bin/slic3r +SKEINFORGE=python $(HRR)/reprappro-software.git/skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py CONFIG=slic3r-config.ini @@ -12,3 +13,8 @@ default: %.gcode: $(CONFIG) %.stl $(SLIC3R) --load $^ --output $@ +#%.gcode: %.stl +# $(SKEINFORGE) $< + +%.gcode: manual-gcode-generator %.m-g + ./$^ >$@.new && mv -f $@.new $@