Working on new re-slice test
This commit is contained in:
parent
7605233569
commit
f04f3a2af3
9 changed files with 141 additions and 5 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue