X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=d31e0a909e4c5747a1d7de2e86e11c6066e512d6;hb=50ad117bafa3d07f7d29da5ea439e44966bb752a;hp=a5307298986a1df7a56042f25b62725de27e8070;hpb=b71ab8f82950375856522daf035082839c33a3bb;p=reprap-play.git diff --git a/Makefile b/Makefile index a530729..d31e0a9 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,13 @@ 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 $@ + +dovecliptest.stl: doveclip.scad