Make array objects change [index] to constant on flatten

issue: MatterHackers/MCCentral#6604
Make sure monotonic adjacent lines do not have lift when printing
This commit is contained in:
Lars Brubaker 2021-11-23 10:11:25 -08:00
parent ee520ce88c
commit 93c6f6950e
7 changed files with 100 additions and 69 deletions

View file

@ -101,6 +101,9 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
lastChild = next;
}
});
ProcessIndexExpressions();
SourceContainer.Visible = false;
UiThread.RunOnIdle(() =>
{