mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Update current version for quality changes
We now need to upgrade up to version 3000004. Contributes to issue CURA-5054.
This commit is contained in:
parent
2962e0e282
commit
5caa92cf7a
2 changed files with 9 additions and 5 deletions
|
|
@ -7,6 +7,8 @@ from .QualityGroup import QualityGroup
|
|||
|
||||
|
||||
class QualityChangesGroup(QualityGroup):
|
||||
## The file format version of quality changes.
|
||||
Version = 3
|
||||
|
||||
def __init__(self, name: str, quality_type: str, parent = None):
|
||||
super().__init__(name, quality_type, parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue