From 82c8724b33b39629ce7d2f3740c33e580c167f27 Mon Sep 17 00:00:00 2001 From: daid303 Date: Sun, 9 Dec 2012 23:50:12 +0100 Subject: [PATCH] Fix compile with PID_DEBUG --- Marlin/temperature.cpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 8ffbf1995e..f26d0cf399 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -348,7 +348,18 @@ void manage_heater() pid_output = constrain(target_temperature[e], 0, PID_MAX); #endif //PID_OPENLOOP #ifdef PID_DEBUG - SERIAL_ECHOLN(" PIDDEBUG "<