mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-21 20:25:02 +08: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
@ -728,8 +728,6 @@ class CuraApplication(QtApplication):
|
||||
def getMachineManager(self, *args):
|
||||
if self._machine_manager is None:
|
||||
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
|
||||
|
||||
def getExtruderManager(self, *args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user