mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 09:15:58 +08:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
05a9b449af
@ -69,7 +69,7 @@ class GCodeProfileReader(ProfileReader):
|
|||||||
profile.setType(None) #Force type to none so it's correctly added.
|
profile.setType(None) #Force type to none so it's correctly added.
|
||||||
profile.setReadOnly(False)
|
profile.setReadOnly(False)
|
||||||
profile.setDirty(True)
|
profile.setDirty(True)
|
||||||
except Exception as e: #Not a valid g-comachine_instance_profilede file.
|
except Exception as e: #Not a valid g-code file.
|
||||||
Logger.log("e", "Unable to serialise the profile: %s", str(e))
|
Logger.log("e", "Unable to serialise the profile: %s", str(e))
|
||||||
return None
|
return None
|
||||||
return profile
|
return profile
|
Loading…
x
Reference in New Issue
Block a user