forked from CreatBot/CreatBotKlipperScreen
Temp_panel: Fix extruder not setting temps with numpad (#426)
This commit is contained in:
@@ -327,7 +327,7 @@ class TemperaturePanel(ScreenPanel):
|
||||
return
|
||||
temp = 0 if temp < 0 else temp
|
||||
|
||||
if self.active_heater.startswith('extruder '):
|
||||
if self.active_heater.startswith('extruder'):
|
||||
self._screen._ws.klippy.set_tool_temp(self._printer.get_tool_number(self.active_heater), temp)
|
||||
elif self.active_heater == "heater_bed":
|
||||
self._screen._ws.klippy.set_bed_temp(temp)
|
||||
|
Reference in New Issue
Block a user