Ghostkeeper
482f0461fc
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.
2015-12-18 10:50:54 +01:00
Ghostkeeper
68496349a9
Fix import of top and bottom thickness
...
The legacy settings had a boolean for these, but in the current version is should just be a float.
Contributes to issue CURA-37.
2015-12-18 10:19:28 +01:00
Ghostkeeper
84613d99c4
Fix import of platform_adhesion
...
This setting should never be set to None.
Contributes to issue CURA-37.
2015-12-18 10:10:08 +01:00
Ghostkeeper
d2513f9bbb
Fix prime_tower_size import
...
It was using math.sqrt incorrectly and also was trying to divide strings by each other, while they were floats.
Contributes to issue CURA-37.
2015-12-18 10:03:34 +01:00
Ghostkeeper
bfa332e227
Fix ternary operator in import of support_enable
...
The ternary operator of Python is different.
Contributes to issue CURA-37.
2015-12-18 09:54:35 +01:00
Ghostkeeper
5358b700ca
Fix ternary operator in import of support_enable
...
The ternary operator of Python is different.
Contributes to issue CURA-37.
2015-12-18 09:52:50 +01:00
Ghostkeeper
513941097f
Initial LegacyProfileReader plugin implementation
...
This plugin reads a profile from legacy Cura versions. It hasn't been tested much except that there are no syntax errors. It is currently being blocked by issue 34.
Contributes to issue CURA-37.
2015-12-17 13:49:53 +01:00