mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-07 07:07:45 -07:00
Trigger machine error checking during startup. Otherwise slicing will keep failing until selected printer is changed.
This commit is contained in:
parent
5426f80c57
commit
5040e7f230
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class MachineErrorChecker(QObject):
|
|||
self._machine_manager.globalContainerChanged.connect(self.startErrorCheck)
|
||||
|
||||
self._onMachineChanged()
|
||||
self.startErrorCheck()
|
||||
|
||||
def _setCheckTimer(self) -> None:
|
||||
"""A QTimer to regulate error check frequency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue