aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2015-12-11 22:31:41 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2015-12-11 22:31:41 +0100
commit1da744a5ee07f275ad6a012186348af7eac3a33e (patch)
tree1d600e29123c06e1f223830fc1fe79ffa8eca9fc
parentb26059457a9b0494d17834985c56561ea81e0619 (diff)
Use installed slic3r
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 943c209..2731947 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BUILDDIR = build
CONFDIR = conf
SRCDIR = designs
-SLIC3R = ~/opt/Slic3r/bin/slic3r
+SLIC3R = slic3r
VPATH = $(SRCDIR):$(BUILDDIR)