mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
GCodeProfileReader: Increasing the setting version
This commit is contained in:
parent
6a1942c254
commit
1fdf835c19
@ -22,7 +22,7 @@ class GCodeProfileReader(ProfileReader):
|
|||||||
# It can only read settings with the same version as the version it was
|
# It can only read settings with the same version as the version it was
|
||||||
# written with. If the file format is changed in a way that breaks reverse
|
# written with. If the file format is changed in a way that breaks reverse
|
||||||
# compatibility, increment this version number!
|
# compatibility, increment this version number!
|
||||||
version = 1
|
version = 2
|
||||||
|
|
||||||
## Dictionary that defines how characters are escaped when embedded in
|
## Dictionary that defines how characters are escaped when embedded in
|
||||||
# g-code.
|
# g-code.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user