aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-08-22 11:13:51 +0200
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-08-22 11:16:20 +0200
commit0ec1f68d81537c0f476f504ba326fe8c36199a07 (patch)
tree388b3eee9a3d49dce3c5f8a7f2fd94fc5832e83c /Makefile
parent93fd175d169a49b52c2422e23870aa7f988070c2 (diff)
Use system installed slic3r (1.1.6)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)