ENH: key name-only one wall on top surface
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ife706b02d51badddc7e6dcba446a4d049695a706
This commit is contained in:
parent
c0759fbd32
commit
576c275b61
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionFloat(1));
|
||||
|
||||
def = this->add("top_one_wall_type", coEnum);
|
||||
def->label = L("Only one wall type");
|
||||
def->label = L("Only one wall on top surfaces");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("Use only one wall on flat top surface, to give more space to the top infill pattern. Could be applyed on topmost surface or all top surface.");
|
||||
def->enum_keys_map = &ConfigOptionEnum<TopOneWallType>::get_enum_values();
|
||||
|
|
Loading…
Reference in a new issue