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:
parent
ee520ce88c
commit
93c6f6950e
7 changed files with 100 additions and 69 deletions
|
|
@ -101,6 +101,9 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
lastChild = next;
|
||||
}
|
||||
});
|
||||
|
||||
ProcessIndexExpressions();
|
||||
|
||||
SourceContainer.Visible = false;
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue