Fixing export button in print menu
This commit is contained in:
parent
a5298087d7
commit
3909383e0f
3 changed files with 3 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
});
|
||||
|
||||
exportGCodeButton.Enabled = startPrintButton.Enabled;
|
||||
exportGCodeButton.Enabled = exportPlugin.Enabled;
|
||||
exportGCodeButton.ToolTipText = "More Export Options".Localize();
|
||||
|
||||
setupRow.AddChild(exportGCodeButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue