From: Ian Jackson Date: Thu, 4 Jul 2013 00:01:18 +0000 (+0100) Subject: Makefile: dirs that include this Makefile should use our slic3r-config.ini, not a... X-Git-Tag: filamentspool-v2-release~457 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4513d15d4bc1dcacd1babbdbdbd01669b4f022d8;p=reprap-play.git Makefile: dirs that include this Makefile should use our slic3r-config.ini, not a separate one --- diff --git a/Makefile b/Makefile index eaf8705..5fad8d0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SKEINFORGE=python $(HRR)/reprappro-software.git/skeinforge/skeinforge_applicatio CWD := $(shell pwd) PLAY ?= $(CWD) -CONFIG=slic3r-config.ini +CONFIG=$(PLAY)/slic3r-config.ini USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))