mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 12:45:17 +00:00
Fix incorrect support style labels in unsaved-changes dialog for Tree supports (#12164)
This commit is contained in:
@@ -296,10 +296,10 @@ static t_config_enum_values s_keys_map_SupportMaterialStyle {
|
|||||||
{ "default", smsDefault },
|
{ "default", smsDefault },
|
||||||
{ "grid", smsGrid },
|
{ "grid", smsGrid },
|
||||||
{ "snug", smsSnug },
|
{ "snug", smsSnug },
|
||||||
|
{ "organic", smsTreeOrganic },
|
||||||
{ "tree_slim", smsTreeSlim },
|
{ "tree_slim", smsTreeSlim },
|
||||||
{ "tree_strong", smsTreeStrong },
|
{ "tree_strong", smsTreeStrong },
|
||||||
{ "tree_hybrid", smsTreeHybrid },
|
{ "tree_hybrid", smsTreeHybrid }
|
||||||
{ "organic", smsTreeOrganic }
|
|
||||||
};
|
};
|
||||||
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(SupportMaterialStyle)
|
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(SupportMaterialStyle)
|
||||||
|
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ enum SupportMaterialPattern {
|
|||||||
};
|
};
|
||||||
|
|
||||||
enum SupportMaterialStyle {
|
enum SupportMaterialStyle {
|
||||||
smsDefault, smsGrid, smsSnug, smsTreeSlim, smsTreeStrong, smsTreeHybrid, smsTreeOrganic,
|
smsDefault, smsGrid, smsSnug, smsTreeOrganic, smsTreeSlim, smsTreeStrong, smsTreeHybrid,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum LongRectrationLevel
|
enum LongRectrationLevel
|
||||||
|
|||||||
Reference in New Issue
Block a user