mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Undo a fix that causes Cura to crash when starting up clean.
Contributes to issue CURA-4243.
This commit is contained in:
parent
90e8256f46
commit
3b25191949
1 changed files with 0 additions and 2 deletions
|
@ -728,8 +728,6 @@ class CuraApplication(QtApplication):
|
||||||
def getMachineManager(self, *args):
|
def getMachineManager(self, *args):
|
||||||
if self._machine_manager is None:
|
if self._machine_manager is None:
|
||||||
self._machine_manager = MachineManager.createMachineManager()
|
self._machine_manager = MachineManager.createMachineManager()
|
||||||
# explicitly sets current material and set internal state: also fixes problem with material namechange signal
|
|
||||||
self._machine_manager.setActiveMaterial(self._machine_manager.activeMaterialId)
|
|
||||||
return self._machine_manager
|
return self._machine_manager
|
||||||
|
|
||||||
def getExtruderManager(self, *args):
|
def getExtruderManager(self, *args):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue