Working on new re-slice test

This commit is contained in:
Lars Brubaker 2018-10-03 18:19:35 -07:00
parent 7605233569
commit f04f3a2af3
9 changed files with 141 additions and 5 deletions

View file

@ -512,7 +512,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
HAnchor = HAnchor.Right,
VAnchor = VAnchor.Center,
Margin = new BorderDouble(0, 0, 7, 0)
Margin = new BorderDouble(0, 0, 7, 0),
Name = "Re-Slice Button"
};
bool activelySlicing = false;
resliceButton.Click += (s, e) =>