mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
GCodeProfileReader: Increasing the setting version
This commit is contained in:
parent
6a1942c254
commit
1fdf835c19
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class GCodeProfileReader(ProfileReader):
|
|||
# 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
|
||||
# compatibility, increment this version number!
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
## Dictionary that defines how characters are escaped when embedded in
|
||||
# g-code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue