Improving arange all
adding part sheet to main improving folder sorting and naming, fixing path rendering
This commit is contained in:
parent
0416a941d7
commit
6492f25d1d
19 changed files with 819 additions and 246 deletions
|
|
@ -89,7 +89,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
transformData.Add(new TransformData() { TransformedObject = child, UndoTransform = child.Matrix });
|
||||
}
|
||||
|
||||
PlatingHelper.ArrangeOnBed(children, bedCenter);
|
||||
PlatingHelper.ArrangeOnBed(children, bedCenter, PlatingHelper.PositionType.Center);
|
||||
int i = 0;
|
||||
foreach (var child in children)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue