mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
Don't show warning message if creating abstract printer failed
This commit is contained in:
parent
93b865cba3
commit
4b2d03fe1d
@ -288,7 +288,7 @@ class CuraStackBuilder:
|
|||||||
|
|
||||||
if definitions:
|
if definitions:
|
||||||
name = definitions[0].getName()
|
name = definitions[0].getName()
|
||||||
stack = cls.createMachine(abstract_machine_id, definition_id)
|
stack = cls.createMachine(abstract_machine_id, definition_id, show_warning_message=False)
|
||||||
if not stack:
|
if not stack:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user