Move create_raft to SettingsKey
This commit is contained in:
parent
bdb7f98a7e
commit
e70bfc9977
6 changed files with 6 additions and 5 deletions
|
|
@ -370,7 +370,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
private Dictionary<string, string> toggleSwitchSectionKeys = new Dictionary<string, string>
|
||||
{
|
||||
{ "Skirt", "create_skirt" },
|
||||
{ "Raft", "create_raft" },
|
||||
{ "Raft", SettingsKey.create_raft },
|
||||
{ "Brim", "create_brim" },
|
||||
{ "Retraction", "enable_retractions" },
|
||||
{ "Fan", "enable_fan" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue