aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/heater.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/heater.py')
-rw-r--r--klippy/heater.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/heater.py b/klippy/heater.py
index 6e350ab2..4228dfc1 100644
--- a/klippy/heater.py
+++ b/klippy/heater.py
@@ -250,6 +250,8 @@ class PrinterHeaters:
self.register_sensor(config, heater, gcode_id)
self.available_heaters.append(config.get_name())
return heater
+ def get_all_heaters(self):
+ return self.available_heaters
def lookup_heater(self, heater_name):
if heater_name not in self.heaters:
raise self.printer.config_error(