Took out the prepend of MatterControl on profile settings and made them consistent lower case underscore.

This commit is contained in:
Lars Brubaker 2016-06-16 16:35:10 -07:00
parent d83982089a
commit 7f85f168d5
26 changed files with 244 additions and 124 deletions

View file

@ -191,7 +191,7 @@ namespace MatterHackers.MatterControl.PrintQueue
string outputFileName = Path.ChangeExtension(originalFileName, ".gcode");
string outputPathAndName = Path.Combine(exportPath, outputFileName);
if (ActiveSliceSettings.Instance.GetValue<bool>("MatterControl.PrintLevelingEnabled"))
if (ActiveSliceSettings.Instance.GetValue<bool>("print_leveling_enabled"))
{
GCodeFileLoaded unleveledGCode = new GCodeFileLoaded(savedGcodeFileName);