ENH: update tooltips
Jira: none Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ia78809b6f68acbc9a8c69425171970dd3e858168
This commit is contained in:
parent
3ad0d30d16
commit
b122af7b8f
|
@ -4357,7 +4357,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("circle_compensation_manual_offset", coFloat);
|
||||
def->label = L("User Customized Offset");
|
||||
def->sidetext = L("mm");
|
||||
def->tooltip = L("If you want to have tighter or looser assemble, you can set this value.");
|
||||
def->tooltip = L("If you want to have tighter or looser assemble, you can set this value. When it is positive, it indicates tightening, otherwise, it indicates loosening");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(0.0));
|
||||
|
||||
|
|
Loading…
Reference in New Issue