Rebuild PrinterSelector data on printer name changed

- Add Rebuild method to PrinterSelector
 - Hook settings change in PrinterSelector and rebuild on name change
 - Issues #880, #894
 - Use initializer syntax
This commit is contained in:
John Lewin 2016-06-09 09:23:23 -07:00
parent 67937bc769
commit be27c5403b
3 changed files with 58 additions and 25 deletions

View file

@ -248,7 +248,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
}
internal static void AcquireNewProfile(string make, string model, string printerName)
{
string guid = Guid.NewGuid().ToString();