diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-12-11 22:31:41 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-12-11 22:31:41 +0100 |
commit | 1da744a5ee07f275ad6a012186348af7eac3a33e (patch) | |
tree | 1d600e29123c06e1f223830fc1fe79ffa8eca9fc | |
parent | b26059457a9b0494d17834985c56561ea81e0619 (diff) |
Use installed slic3r
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ BUILDDIR = build CONFDIR = conf SRCDIR = designs -SLIC3R = ~/opt/Slic3r/bin/slic3r +SLIC3R = slic3r VPATH = $(SRCDIR):$(BUILDDIR) |