Temp_panel: Fix issue with shared_heaters Fix #482
This commit is contained in:
parent
4c89eaf3e2
commit
dad267d278
@ -25,7 +25,7 @@ class TemperaturePanel(ScreenPanel):
|
|||||||
self.grid.attach(self.create_left_panel(), 0, 0, 1, 1)
|
self.grid.attach(self.create_left_panel(), 0, 0, 1, 1)
|
||||||
|
|
||||||
for x in self._printer.get_tools():
|
for x in self._printer.get_tools():
|
||||||
if x not in self.active_heaters:
|
if x not in self.active_heaters and x in self._printer.get_temp_store_devices():
|
||||||
self.select_heater(None, x)
|
self.select_heater(None, x)
|
||||||
# When printing start in temp_delta mode and only select tools
|
# When printing start in temp_delta mode and only select tools
|
||||||
logging.info(self._printer.get_state())
|
logging.info(self._printer.get_state())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user