mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
No longer re-create zeroConf object, as this crashes
CURA-2393
This commit is contained in:
parent
c4d197ea8a
commit
e388b8126b
2 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ class DiscoverUM3Action(MachineAction):
|
|||
|
||||
Application.getInstance().engineCreatedSignal.connect(self._createAdditionalComponentsView)
|
||||
|
||||
self._min_time_between_restart_discovery = 5
|
||||
self._min_time_between_restart_discovery = 1
|
||||
self._time_since_last_discovery = time.time() - self._min_time_between_restart_discovery
|
||||
|
||||
printersChanged = pyqtSignal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue