mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: typos in the tooltip of brim tpye
The tooltip of brim type contain messages of inner brim, which is not enabled in the current version Change-Id: I155a16cc4331cb0b5b54d29f6be1de6c82819e0c (cherry picked from commit 1fe773438e1697b8a0b9817a885b13e7e4fae097)
This commit is contained in:
@@ -763,8 +763,8 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("brim_type", coEnum);
|
||||
def->label = L("Brim type");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("This controls brim position including outer side of models, inner side of holes or both. "
|
||||
"Auto means both the brim position and brim width is analysed and calculated automatically");
|
||||
def->tooltip = L("This controls the generation of the brim at outer side of models. "
|
||||
"Auto means the brim width is analysed and calculated automatically.");
|
||||
def->enum_keys_map = &ConfigOptionEnum<BrimType>::get_enum_values();
|
||||
def->enum_values.emplace_back("auto_brim");
|
||||
def->enum_values.emplace_back("outer_only");
|
||||
|
||||
Reference in New Issue
Block a user