Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-06-23 20:40:52 +0300
committerThomas Karl Pietrowski <thopiekar@googlemail.com>2016-06-23 20:40:52 +0300
commit1fdf835c19bf8687c7ff1998d306a1301b13c768 (patch)
tree80b1d9aeea70cdd25db3f8926710a99835410e4f /plugins/GCodeProfileReader
parent6a1942c254cc241da90712744522571ee71f1c05 (diff)
GCodeProfileReader: Increasing the setting version
Diffstat (limited to 'plugins/GCodeProfileReader')
-rw-r--r--plugins/GCodeProfileReader/GCodeProfileReader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeProfileReader/GCodeProfileReader.py b/plugins/GCodeProfileReader/GCodeProfileReader.py
index 5dcea88aed..5915395005 100644
--- a/plugins/GCodeProfileReader/GCodeProfileReader.py
+++ b/plugins/GCodeProfileReader/GCodeProfileReader.py
@@ -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.