mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix an issue that only 1 bottom/top will be generated when ensure vertical thickness is set to None (#4504)
This commit is contained in:
@@ -274,7 +274,7 @@ CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(SeamScarfType)
|
||||
|
||||
// Orca
|
||||
static t_config_enum_values s_keys_map_EnsureVerticalShellThickness{
|
||||
{ "none", int(EnsureVerticalShellThickness::vsNone) },
|
||||
{ "none", int(EnsureVerticalShellThickness::evstNone) },
|
||||
{ "ensure_critical_only", int(EnsureVerticalShellThickness::evstCriticalOnly) },
|
||||
{ "ensure_moderate", int(EnsureVerticalShellThickness::evstModerate) },
|
||||
{ "ensure_all", int(EnsureVerticalShellThickness::evstAll) },
|
||||
|
||||
Reference in New Issue
Block a user