From a527ffa39cf6688d2128a8d30c5560b703240197 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 9 Sep 2019 19:05:41 +0100 Subject: Fixes for remote pressure advance + other changes Fix CAN data sent to extruders when pressure advance is used Added remote heater fault configuration Added more remote info messages --- src/Heating/LocalHeater.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Heating/LocalHeater.h') diff --git a/src/Heating/LocalHeater.h b/src/Heating/LocalHeater.h index dc76e69c..5c207714 100644 --- a/src/Heating/LocalHeater.h +++ b/src/Heating/LocalHeater.h @@ -51,6 +51,7 @@ protected: HeaterMode GetMode() const override { return mode; } GCodeResult SwitchOn(const StringRef& reply) override; // Turn the heater on and set the mode GCodeResult UpdateModel(const StringRef& reply) override; // Called when the heater model has been changed + GCodeResult UpdateFaultDetectionParameters(const StringRef& reply) override { return GCodeResult::ok; } private: void SetHeater(float power) const; // Power is a fraction in [0,1] -- cgit v1.2.3