Made the bed change on printer change
Started work on a publish to MatterHackers
This commit is contained in:
parent
48bd174568
commit
611ff4799a
9 changed files with 199 additions and 9 deletions
|
|
@ -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 = () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue