Move InteractiveScene ownership from MeshViewer to PrinterConfig model
This commit is contained in:
parent
6e1ba18984
commit
3446bc00e9
8 changed files with 38 additions and 34 deletions
|
|
@ -57,6 +57,7 @@ namespace MatterHackers.MatterControl
|
|||
using MatterHackers.MatterControl.ConfigurationPage.PrintLeveling;
|
||||
using MatterHackers.MatterControl.Library;
|
||||
using MatterHackers.MatterControl.PartPreviewWindow;
|
||||
using MatterHackers.MeshVisualizer;
|
||||
using MatterHackers.SerialPortCommunication;
|
||||
using MatterHackers.VectorMath;
|
||||
using PrintHistory;
|
||||
|
|
@ -122,6 +123,8 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
private int activeLayerIndex;
|
||||
|
||||
public InteractiveScene Scene { get; } = new InteractiveScene();
|
||||
|
||||
public GCodeRenderInfo RenderInfo { get; set; }
|
||||
|
||||
internal void Render3DLayerFeatures()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue