Closer to gcode/mesh viewer consolidation

- Collapse right panel content into scene
- Move GCode view options into overflow menu
- Extract View3D options state from widgets to app model
This commit is contained in:
John Lewin 2017-06-24 08:32:09 -07:00
parent 7a27433bf0
commit baa9feba81
5 changed files with 211 additions and 353 deletions

View file

@ -138,8 +138,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
return modelViewer.ShowOverflowMenu();
}
return null;
else
{
return gcodeViewer.ShowOverflowMenu();
}
};
// The 3D model view