improving sheet and array rebuild inclusion

This commit is contained in:
Lars Brubaker 2021-09-29 18:18:38 -07:00
parent e298c7b883
commit 1a136a755e
6 changed files with 35 additions and 33 deletions

View file

@ -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
{