From ceb60ffcc62e6338077b7496682bde68cd475337 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 23 Nov 2016 16:18:08 -0500 Subject: mcu: Rename output_file_mode variable to is_fileoutput Signed-off-by: Kevin O'Connor --- klippy/heater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/heater.py') diff --git a/klippy/heater.py b/klippy/heater.py index b7987936..827ba324 100644 --- a/klippy/heater.py +++ b/klippy/heater.py @@ -51,7 +51,7 @@ class PrinterHeater: control_algo = self.config.get('control', 'watermark') algos = {'watermark': ControlBangBang, 'pid': ControlPID} self.control = algos[control_algo](self, self.config) - if self.printer.mcu.output_file_mode: + if self.printer.mcu.is_fileoutput(): self.can_extrude = True def set_pwm(self, read_time, value): if value: -- cgit v1.2.3-70-g09d2