Made the bed change on printer change

Started work on a publish to MatterHackers
This commit is contained in:
Lars Brubaker 2017-08-31 15:52:27 -07:00
parent 48bd174568
commit 611ff4799a
9 changed files with 199 additions and 9 deletions

View file

@ -412,6 +412,14 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
},
new NamedAction()
{
Title = "Publish".Localize() + "...",
Action = () =>
{
UiThread.RunOnIdle(() => WizardWindow.Show<PublishPartToMatterHackers>());
}
},
new NamedAction()
{
Title = "Arrange All Parts".Localize(),
Action = () =>