Adding seam centering
This commit is contained in:
parent
37d19ba30a
commit
766eb6d5ce
2 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit df1ebe93428ffb9e296807df6bbc931f6e8d6d52
|
||||
Subproject commit 056d39ec874bbc8d05ff2796bc651b878daa00bc
|
||||
Loading…
Add table
Add a link
Reference in a new issue