From c565f35304b0d872d8671584dd6341ce13a82bbf Mon Sep 17 00:00:00 2001 From: David Crocker Date: Tue, 23 Mar 2021 10:47:22 +0000 Subject: Added M303 Y and F parameters --- src/Heating/LocalHeater.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Heating/LocalHeater.h') diff --git a/src/Heating/LocalHeater.h b/src/Heating/LocalHeater.h index 040b6ba6..d6ef0c99 100644 --- a/src/Heating/LocalHeater.h +++ b/src/Heating/LocalHeater.h @@ -52,8 +52,8 @@ protected: GCodeResult UpdateModel(const StringRef& reply) noexcept override; // Called when the heater model has been changed GCodeResult UpdateFaultDetectionParameters(const StringRef& reply) noexcept override { return GCodeResult::ok; } GCodeResult UpdateHeaterMonitors(const StringRef& reply) noexcept override { return GCodeResult::ok; } - GCodeResult StartAutoTune(const StringRef& reply, FansBitmap fans, float targetTemp, float pwm, bool seenA, float ambientTemp) noexcept override; // Start an auto tune cycle for this heater - + GCodeResult StartAutoTune(const StringRef& reply, bool seenA, float ambientTemp) noexcept override; + // Start an auto tune cycle for this heater private: void SetHeater(float power) const noexcept; // Power is a fraction in [0,1] TemperatureError ReadTemperature() noexcept; // Read and store the temperature of this heater -- cgit v1.2.3