Add color/model view toggles to GCode Options panel
This commit is contained in:
parent
4c8aebad82
commit
5fb26cb024
7 changed files with 159 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
this.AddChild(
|
||||
new SectionWidget(
|
||||
"Options".Localize(),
|
||||
new GCodeOptionsPanel(sceneContext, printer),
|
||||
new GCodeOptionsPanel(sceneContext, printer, theme),
|
||||
theme)
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue