Working on getting the history to have enough data to track print failures.
This commit is contained in:
parent
f6060939dd
commit
b62f8e9704
3 changed files with 42 additions and 5 deletions
|
|
@ -331,6 +331,8 @@ namespace MatterHackers.MatterControl.DataStorage
|
|||
PrintStart = DateTime.Now;
|
||||
}
|
||||
|
||||
public string PrintProgressJson { get; set; }
|
||||
|
||||
public bool PrintComplete { get; set; }
|
||||
|
||||
public DateTime PrintEnd { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue