Adding seam centering

This commit is contained in:
LarsBrubaker 2021-07-30 09:09:32 -07:00 committed by Lars Brubaker
parent 37d19ba30a
commit 766eb6d5ce
2 changed files with 3 additions and 3 deletions

View file

@ -601,8 +601,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
PresentationName = "Seam Placement".Localize(),
HelpText = "What to do when there is not a good place to hide the seam.".Localize(),
DataEditType = DataEditTypes.LIST,
ListValues = "Place in back,Randomize",
DefaultValue = "Place in back",
ListValues = "Furthest Back,Centered In Back,Randomized",
DefaultValue = "Furthest Back",
},
new SliceSettingData()
{