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:
parent
1d0d981556
commit
3124e8e844
3 changed files with 3 additions and 6 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue