CURA-4870 Revert skipping stack checks

This commit is contained in:
Diego Prado Gesto 2018-03-07 13:17:55 +01:00
parent 7b772ffad7
commit 0beee79c3a

View file

@ -366,7 +366,6 @@ class MachineManager(QObject):
Logger.log("w", "Failed creating a new machine!")
def _checkStacksHaveErrors(self) -> bool:
return False
time_start = time.time()
if self._global_container_stack is None: #No active machine.
return False