Add unsaved changes
This commit is contained in:
parent
c8c938f562
commit
4c8d9be66f
1 changed files with 1 additions and 6 deletions
|
|
@ -63,12 +63,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
private void Scene_Loaded(object sender, EventArgs e)
|
||||
{
|
||||
// Slicing disabled when loaded content is stand-alone GCODE file
|
||||
if (printer.Bed.EditContext.IsGGCodeSource)
|
||||
{
|
||||
this.Enabled = false;
|
||||
return;
|
||||
}
|
||||
this.SetButtonStates();
|
||||
}
|
||||
|
||||
protected override async void OnClick(MouseEventArgs mouseEvent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue