Move create_raft to SettingsKey

This commit is contained in:
John Lewin 2019-01-06 11:33:06 -08:00
parent bdb7f98a7e
commit e70bfc9977
6 changed files with 6 additions and 5 deletions

View file

@ -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" },