mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
CURA-4870 Revert skipping stack checks
This commit is contained in:
parent
7b772ffad7
commit
0beee79c3a
1 changed files with 0 additions and 1 deletions
|
|
@ -366,7 +366,6 @@ class MachineManager(QObject):
|
||||||
Logger.log("w", "Failed creating a new machine!")
|
Logger.log("w", "Failed creating a new machine!")
|
||||||
|
|
||||||
def _checkStacksHaveErrors(self) -> bool:
|
def _checkStacksHaveErrors(self) -> bool:
|
||||||
return False
|
|
||||||
time_start = time.time()
|
time_start = time.time()
|
||||||
if self._global_container_stack is None: #No active machine.
|
if self._global_container_stack is None: #No active machine.
|
||||||
return False
|
return False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue