Fixing profiles to pass test

This commit is contained in:
Lars Brubaker 2020-08-13 17:29:01 -07:00
parent 9687243811
commit 8b894f8c53
9 changed files with 64 additions and 116 deletions

View file

@ -994,7 +994,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
// Items *should* reset to defaults
break;
default:
//Items should *not* reset to defaults
// Items should *not* reset to defaults
keysToRetain.Add(item.SlicerConfigName);
break;
}