mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Don't show warning message if creating abstract printer failed
This commit is contained in:
parent
93b865cba3
commit
4b2d03fe1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue