From 1482600b3db6ae02db5123140fd53703bc81b9d1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Oct 2012 20:04:47 +0100 Subject: [PATCH] Makefile remove %.slic3r dep, fails to cope if missing --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c4b1236..4942b59 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,7 @@ default: @rm .$@.d.tmp mv -f $*.tmp.stl $@ -%.slic3r: - -%.gcode: %.stl %.slic3r $(CONFIG) +%.gcode: %.stl $(CONFIG) $(SLIC3R) --load $(CONFIG) \ --ignore-nonexistent-config --load $*.slic3r \ --output $@.tmp $< -- 2.30.2