Gyroid can be selected
This commit is contained in:
parent
4b90a445c5
commit
9cd7dc8f56
2 changed files with 2 additions and 20 deletions
|
|
@ -559,15 +559,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
Converter = new AsPercentOrDirectFirst(),
|
||||
},
|
||||
new SliceSettingData()
|
||||
{
|
||||
SlicerConfigName = SettingsKey.fill_pattern,
|
||||
PresentationName = "Fill Pattern".Localize(),
|
||||
HelpText = "The geometric shape of the support structure for the inside of parts.".Localize(),
|
||||
DataEditType = DataEditTypes.LIST,
|
||||
ListValues = "rectilinear,line,grid,concentric,honeycomb,hilbertcurve,achimedeancords,octagramspiral,3dhoneycomb",
|
||||
DefaultValue = "honeycomb"
|
||||
},
|
||||
new SliceSettingData()
|
||||
{
|
||||
SlicerConfigName = SettingsKey.fill_thin_gaps,
|
||||
PresentationName = "Fill Thin Gaps".Localize(),
|
||||
|
|
@ -893,7 +884,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
HelpText = "The geometric shape of the support structure for the inside of parts.".Localize(),
|
||||
DataEditType = DataEditTypes.LIST,
|
||||
ShowIfSet = "!sla_printer",
|
||||
ListValues = "GRID,TRIANGLES,HEXAGON,LINES,CONCENTRIC",
|
||||
ListValues = "GRID,TRIANGLES,HEXAGON,GYROID,LINES,CONCENTRIC",
|
||||
DefaultValue = "TRIANGLES",
|
||||
Converter = new ValueConverter(),
|
||||
},
|
||||
|
|
@ -1657,15 +1648,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
Converter = new AsPercentOfReferenceOrDirect(SettingsKey.perimeter_speed)
|
||||
},
|
||||
new SliceSettingData()
|
||||
{
|
||||
SlicerConfigName = SettingsKey.solid_fill_pattern,
|
||||
PresentationName = "Top/Bottom Fill Pattern".Localize(),
|
||||
HelpText = "The pattern used on the bottom and top layers of the print.".Localize(),
|
||||
DataEditType = DataEditTypes.LIST,
|
||||
ListValues = "rectilinear,concentric,hilbertcurve,achimedeancords,octagramspiral",
|
||||
DefaultValue = "rectilinear"
|
||||
},
|
||||
new SliceSettingData()
|
||||
{
|
||||
SlicerConfigName = SettingsKey.solid_infill_extrusion_width,
|
||||
PresentationName = "Solid Infill".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue