mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Increased time to 5 sec
CURA-2393
This commit is contained in:
parent
96e36c0555
commit
7840f6a82e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class DiscoverUM3Action(MachineAction):
|
|||
|
||||
Application.getInstance().engineCreatedSignal.connect(self._createAdditionalComponentsView)
|
||||
|
||||
self._min_time_between_restart_discovery = 2
|
||||
self._min_time_between_restart_discovery = 5
|
||||
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