diff --git a/klippy/extras/heater_pc.py b/klippy/extras/heater_pc.py index d0266a5be..eb40cf132 100644 --- a/klippy/extras/heater_pc.py +++ b/klippy/extras/heater_pc.py @@ -51,6 +51,8 @@ class HeaterPredictControl: output = self.output return output heater.set_pc_callback(callback) + # Test template + self._render(.0) def _render(self, eventtime): context = self.create_context() output = self.template.render(context)