mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Merge branch 'master' into CURA-7118_shrinkage_compensation
This commit is contained in:
commit
85f113a683
123 changed files with 1371 additions and 46 deletions
|
@ -1799,6 +1799,9 @@ class CuraApplication(QtApplication):
|
|||
return
|
||||
|
||||
nodes = job.getResult()
|
||||
if nodes is None:
|
||||
Logger.error("Read mesh job returned None. Mesh loading must have failed.")
|
||||
return
|
||||
file_name = job.getFileName()
|
||||
file_name_lower = file_name.lower()
|
||||
file_extension = file_name_lower.split(".")[-1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue