Default monotonic to off (until it has been tested in the wild)

Make sure default values for expressions set the expression
This commit is contained in:
LarsBrubaker 2021-09-25 08:16:16 -07:00
parent 1d0d981556
commit 3124e8e844
3 changed files with 3 additions and 6 deletions

View file

@ -81,7 +81,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
PresentationName = "Monotonic Solid Infill".Localize().Localize(),
HelpText = "When filling bottom and top solid layers always create them so that each new print segment side is touching a previous segment on the same side.".Localize(),
DataEditType = DataEditTypes.CHECK_BOX,
DefaultValue = "1",
DefaultValue = "0",
RequiredDisplayDetail = DisplayDetailRequired.Advanced,
UiUpdate = UiUpdateRequired.SliceSettings,
Converter = new MappedToBoolString(),