Commit 34e638e9 authored by Guillaume Seguin's avatar Guillaume Seguin

Merge branch 'master' of github.com:kliment/Printrun

parents 72b82d67 97f7cd71
...@@ -300,6 +300,8 @@ class PronterWindow(MainWindow, pronsole.pronsole): ...@@ -300,6 +300,8 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self.panel.Layout() self.panel.Layout()
if self.fgcode: if self.fgcode:
self.start_viz_thread() self.start_viz_thread()
if self.settings.monitor:
self.update_monitor()
self.ui_ready = True self.ui_ready = True
self.Thaw() self.Thaw()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment