mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merged branch - CURA-4270
This commit is contained in:
commit
fd1c76ac80
313 changed files with 461 additions and 363 deletions
|
@ -104,7 +104,7 @@ class CuraApplication(QtApplication):
|
|||
# SettingVersion represents the set of settings available in the machine/extruder definitions.
|
||||
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
|
||||
# changes of the settings.
|
||||
SettingVersion = 2
|
||||
SettingVersion = 3
|
||||
|
||||
class ResourceTypes:
|
||||
QmlFiles = Resources.UserType + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue