From 1da744a5ee07f275ad6a012186348af7eac3a33e Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org>
Date: Fri, 11 Dec 2015 22:31:41 +0100
Subject: Use installed slic3r

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

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)
 
-- 
cgit v1.2.3