Ignore ToolBounds property

- Issue MatterHackers/MCCentral#5370
Computed ToolBounds property serialized into printer settings
This commit is contained in:
jlewin 2019-04-22 16:35:04 -07:00
parent 3adbdb4cf5
commit 654ad81ba1

View file

@ -393,6 +393,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
/// <summary>
/// Gets the bounds that are accessible for a given hotend
/// </summary>
[JsonIgnore]
public RectangleDouble[] ToolBounds { get; private set; }
[JsonIgnore]