Added retrieve printer profile history and revert to previous profile functionality
This commit is contained in:
parent
c7ffedc9d0
commit
9b9d9b44a0
4 changed files with 44 additions and 16 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue