Migrate missing SettingsKeys
This commit is contained in:
parent
37f191d08a
commit
d87ef3cee9
13 changed files with 149 additions and 87 deletions
|
|
@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration.MappingClasses
|
|||
{
|
||||
get
|
||||
{
|
||||
if (printer.Settings.GetValue<bool>("create_brim"))
|
||||
if (printer.Settings.GetValue<bool>(SettingsKey.create_brim))
|
||||
{
|
||||
return base.Value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue