mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
All error checks now use the timer instead of re-checking multiple times.
This significantly speeds up all setting / container changes for multi extrusion machines CURA-3780
This commit is contained in:
parent
6493bcd5b5
commit
19bc6bb710
2 changed files with 11 additions and 9 deletions
|
@ -5,7 +5,8 @@ import os.path
|
|||
|
||||
from typing import Any, Optional
|
||||
|
||||
from PyQt5.QtCore import pyqtProperty, pyqtSlot, pyqtSignal
|
||||
from PyQt5.QtCore import pyqtProperty, pyqtSignal
|
||||
from UM.FlameProfiler import pyqtSlot
|
||||
|
||||
from UM.Decorators import override
|
||||
from UM.Logger import Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue