mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:45:57 +08:00
Decreased sample time for print information
CURA-1036
This commit is contained in:
parent
44c2a09118
commit
0b9af6055c
@ -71,7 +71,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
self._error_message = None
|
||||
|
||||
self._update_timer = QTimer()
|
||||
self._update_timer.setInterval(5000) # TODO; Add preference for update interval
|
||||
self._update_timer.setInterval(2000) # TODO; Add preference for update interval
|
||||
self._update_timer.setSingleShot(False)
|
||||
self._update_timer.timeout.connect(self._update)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user