turn off experimental settings

This commit is contained in:
Lars Brubaker 2022-03-24 12:16:27 -07:00
parent 3f4d5aac6f
commit 8f762f23d7

View file

@ -857,7 +857,9 @@ namespace MatterHackers.MatterControl
Visible = OperationGroup.GetVisible("Path", false),
Operations = new List<SceneOperation>()
{
#if DEBUG
AddSliceSettingsOperation(),
#endif
ToggleSupportOperation(),
ToggleWipeTowerOperation(),
}