Starting work on materials library
This commit is contained in:
parent
d11ad50ddd
commit
45c11bab32
5 changed files with 69 additions and 8 deletions
|
|
@ -1385,7 +1385,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
|
||||
// Migrate deprecated OemLayer probe setting
|
||||
if (settings.OemLayer.ContainsKey("z_probe_z_offset"))
|
||||
if (settings.OemLayer?.ContainsKey("z_probe_z_offset") == true)
|
||||
{
|
||||
MigrateProbeOffset(settings.OemLayer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue