Don't serialize
This commit is contained in:
parent
3811276c01
commit
d2004eae1a
1 changed files with 3 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public IEnumerable<PrinterSettingsLayer> DefaultLayerCascade
|
||||
{
|
||||
get
|
||||
|
|
@ -420,6 +421,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
[JsonIgnore]
|
||||
public PrinterSettingsLayer MaterialLayer { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public IEnumerable<PrinterSettingsLayer> MaterialLayerCascade
|
||||
{
|
||||
get
|
||||
|
|
@ -448,6 +450,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
[JsonIgnore]
|
||||
public PrinterSettingsLayer QualityLayer { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public IEnumerable<PrinterSettingsLayer> QualityLayerCascade
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue