GCodeProfileReader: Increasing the setting version

This commit is contained in:
Thomas Karl Pietrowski 2016-06-23 19:40:52 +02:00
parent 6a1942c254
commit 1fdf835c19

View file

@ -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.