X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=98ebc48987c80c3cdecc27b3eacceae423b3605b;hb=2306d7a8081ca9b04c2101be7023a24c70014a9f;hp=b5d73e6122ecb4c268e2e06b34a9bccebcdc1cdf;hpb=48ac7c3e5b87883a82c30c85e109d93cea2627ff;p=reprap-play.git diff --git a/Makefile b/Makefile index b5d73e6..98ebc48 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ default: mv -f $*.tmp.stl $@ %.gcode: $(CONFIG) %.stl - $(SLIC3R) --load $^ --output $@.tmp + $(SLIC3R) --load $^ --ignore-nonexistent-config --load $*.slic3r --output $@.tmp @mv -f $@.tmp $@ #%.gcode: %.stl