diff --git a/SlicerConfiguration/Settings/SettingsHelpers.cs b/SlicerConfiguration/Settings/SettingsHelpers.cs index c23c85028..31b8e220b 100644 --- a/SlicerConfiguration/Settings/SettingsHelpers.cs +++ b/SlicerConfiguration/Settings/SettingsHelpers.cs @@ -445,6 +445,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration [JsonProperty(PropertyName = "ID")] private string id; + [JsonIgnore] public string ID { @@ -462,12 +463,12 @@ namespace MatterHackers.MatterControl.SlicerConfiguration if (File.Exists(existingProfilePath)) { // Profile ID change must come after existingProfilePath calculation and before ProfilePath getter - this.ID = value; + this.id = value; File.Move(existingProfilePath, ProfilePath); } else { - this.ID = value; + this.id = value; } if (File.Exists(ProfilePath)) diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index 77d623e2a..369476aad 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit 77d623e2ac17051e7a231c1ac665f93b21fad88b +Subproject commit 369476aada4201e57e2443716f29225398f2f185