Skip to content

Commit edce55a

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents a682dc7 + 4879bda commit edce55a

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)