Skip to content

Commit 4879bda

Browse files
committed
Increase max temp value on numpad
1 parent d5e59b6 commit 4879bda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksScreen/lib/panels/controlTab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __init__(
258258
int(round(float(self.panel.extruder_temp_display.secondary_text))),
259259
self.on_numpad_change,
260260
0,
261-
300, # TODO: Get this value from printer objects
261+
370, # TODO: Get this value from printer objects
262262
)
263263
)
264264
self.panel.bed_temp_display.clicked.connect(

0 commit comments

Comments
 (0)