Adding description object

Reordered retraction settings,
issue: MatterHackers/MCCentral#6364
Order retraction settings according to priority
This commit is contained in:
LarsBrubaker 2021-04-19 07:38:37 -07:00
parent f59b323c61
commit 216b428fb2
10 changed files with 304 additions and 13 deletions

View file

@ -83,12 +83,13 @@ namespace MatterHackers.MatterControl.Library
"MatterHackers",
repository,
subPath),
() => printer.Settings.GetValue<bool>(SettingsKey.has_fan)) // visibility
() => printer.Settings.GetValue<bool>(SettingsKey.has_fan)) // visibility (should be base on folder existing)
{
IsReadOnly = true
});
// TODO: An enumerable list of serialized container paths (or some other markup) to construct for this printer
// TODO: An enumerable list of serialized container paths (or some other markup) to construct for this printer.
// This would allow for external repositories of parts that are not part of the MH library
// printer.Settings.GetValue(SettingsKey.library_containers);
}
}