improving sheet and array rebuild inclusion
This commit is contained in:
parent
e298c7b883
commit
1a136a755e
6 changed files with 35 additions and 33 deletions
|
|
@ -872,7 +872,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
|
||||
public string PrintJobName { get; private set; } = null;
|
||||
|
||||
public bool PrintWasCanceled { get; set; } = false;
|
||||
public bool PrintWasCanceled { get; private set; } = false;
|
||||
|
||||
public double RatioIntoCurrentLayerSeconds
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue