mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +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:
|
||||
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:
|
||||
return None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user