Took out the prepend of MatterControl on profile settings and made them consistent lower case underscore.
This commit is contained in:
parent
d83982089a
commit
7f85f168d5
26 changed files with 244 additions and 124 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue