Skip to content

Commit 14c4407

Browse files
Robert0MartRoberto Martins
andauthored
bugfix: missing conection (#205)
# Description Select the type: - [ ] Feature - [x] Bug fix - [ ] Code refactor - [ ] Documentation Fixed bug intruduced on #199 **BlocksScreen/lib/panels/printTab.py** - Added missing connection to tune_page Co-authored-by: Roberto Martins <roberto.martins@blockstec.com>
1 parent 6781ac8 commit 14c4407

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

BlocksScreen/lib/panels/printTab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def __init__(
205205
lambda: self.change_page(self.indexOf(self.tune_page))
206206
)
207207
self.tune_page.request_back.connect(self.back_button)
208+
self.printer.printer_config.connect(self.tune_page.on_printer_config)
208209
self.printer.extruder_update.connect(
209210
self.tune_page.on_extruder_temperature_change
210211
)

0 commit comments

Comments
 (0)