mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Add check for profile version
The profile reader now checks whether the profile version is the same as the target version in the Dictionary of Doom. Contributes to issue CURA-37.
This commit is contained in:
parent
68496349a9
commit
482f0461fc
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"source_version": "15.04",
|
||||
"target_version": "2.1",
|
||||
"target_version": 1,
|
||||
|
||||
"translation": {
|
||||
"line_width": "nozzle_size",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue