Added retrieve printer profile history and revert to previous profile functionality

This commit is contained in:
Greg 2016-07-13 13:39:11 -07:00
parent c7ffedc9d0
commit 9b9d9b44a0
4 changed files with 44 additions and 16 deletions

View file

@ -168,6 +168,7 @@ namespace MatterHackers.MatterControl
public static Func<string> GetSessionInfo;
public static Func<string, Task<Dictionary<string, string>>> GetProfileHistory;
public static Func<PrinterInfo,string, Task> GetPrinterProfile;
public SlicePresetsWindow EditMaterialPresetsWindow { get; set; }