X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;h=d31e0a909e4c5747a1d7de2e86e11c6066e512d6;hp=628cbf1b5daf70fae90a1dfa614e652726c259a6;hb=871c8f758bcec2b55eb4e4d0748f3ce74b2064f1;hpb=b4c42c12319e5304d22ab18e0eef20fe1ec6c008 diff --git a/Makefile b/Makefile index 628cbf1..d31e0a9 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,22 @@ 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 default: %.stl: %.scad openscad -o $@ $< -%.gcode: %.stl - $(SLIC3R) --load slic3r-config.ini $< --output $@ +%.gcode: $(CONFIG) %.stl + $(SLIC3R) --load $^ --output $@ + +#%.gcode: %.stl +# $(SKEINFORGE) $< + +%.gcode: manual-gcode-generator %.m-g + ./$^ >$@.new && mv -f $@.new $@ +dovecliptest.stl: doveclip.scad