Don't serialize DocumentPath, fixes null ref, only meant for runtime use
This commit is contained in:
parent
0dc0621f62
commit
411d894cb1
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public string DocumentPath => ProfileManager.Instance.ProfilePath(this.ID);
|
||||
|
||||
[JsonIgnore]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue