From 9ba6c051a1d448c306f23c113c6af9a39b3ece81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Thu, 9 Mar 2017 03:06:38 +0100 Subject: [PATCH] Makefile: add nozzle.cpp too CXXSRC list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file is required by the optional NOZZLE_PARK_FEATURE. Signed-off-by: Stefan BrĂ¼ns --- Marlin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Makefile b/Marlin/Makefile index 649ffc5e4..949705442 100644 --- a/Marlin/Makefile +++ b/Marlin/Makefile @@ -296,7 +296,7 @@ CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp \ temperature.cpp cardreader.cpp configuration_store.cpp \ watchdog.cpp SPI.cpp servo.cpp Tone.cpp ultralcd.cpp digipot_mcp4451.cpp \ dac_mcp4728.cpp vector_3.cpp qr_solve.cpp endstops.cpp stopwatch.cpp utility.cpp \ - printcounter.cpp + printcounter.cpp nozzle.cpp ifeq ($(LIQUID_TWI2), 0) CXXSRC += LiquidCrystal.cpp else