Adding description object
Reordered retraction settings, issue: MatterHackers/MCCentral#6364 Order retraction settings according to priority
This commit is contained in:
parent
f59b323c61
commit
216b428fb2
10 changed files with 304 additions and 13 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue