Improved bambu studio open with
This commit is contained in:
parent
57ac7d9415
commit
1f3e3981f9
6 changed files with 129 additions and 37 deletions
|
|
@ -47,6 +47,7 @@ using System.Threading.Tasks;
|
|||
using global::MatterControl.Printing;
|
||||
using Markdig.Agg;
|
||||
using Markdig.Syntax.Inlines;
|
||||
using MatterControlLib.Library.OpenInto;
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.Font;
|
||||
using MatterHackers.Agg.Image;
|
||||
|
|
@ -328,7 +329,14 @@ namespace MatterHackers.MatterControl
|
|||
popupMenu.CreateSubMenu("Modify".Localize(),
|
||||
menuTheme,
|
||||
(modifyMenu) => SceneOperations.AddModifyItems(modifyMenu, menuTheme, sceneContext));
|
||||
}
|
||||
|
||||
if (OpenIntoExecutable.FoundInstalledExecutable)
|
||||
{
|
||||
popupMenu.CreateSubMenu("Open With".Localize(),
|
||||
menuTheme,
|
||||
(modifyMenu) => OpenIntoExecutable.AddOption(modifyMenu, menuTheme, sceneContext));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Create items directly in the referenced menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue