diff options
author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-08-22 11:13:51 +0200 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-08-22 11:16:20 +0200 |
commit | 0ec1f68d81537c0f476f504ba326fe8c36199a07 (patch) | |
tree | 388b3eee9a3d49dce3c5f8a7f2fd94fc5832e83c /Makefile | |
parent | 93fd175d169a49b52c2422e23870aa7f988070c2 (diff) |
Use system installed slic3r (1.1.6)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ BUILDDIR = build CONFDIR = conf SRCDIR = parts -SLIC3R = ~/opt/Slic3r/bin/slic3r +SLIC3R = slic3r VPATH = $(SRCDIR):$(BUILDDIR) |