From 0ec1f68d81537c0f476f504ba326fe8c36199a07 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Fri, 22 Aug 2014 11:13:51 +0200 Subject: Use system installed slic3r (1.1.6) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cb50fe..3015dc8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BUILDDIR = build CONFDIR = conf SRCDIR = parts -SLIC3R = ~/opt/Slic3r/bin/slic3r +SLIC3R = slic3r VPATH = $(SRCDIR):$(BUILDDIR) -- cgit v1.2.3