ENH: correct tooltip of distance to rod

jira: none

Change-Id: Iad8fc7168e1f19883ab8fe793e8025f1b81da205
This commit is contained in:
Arthur 2024-11-06 17:58:36 +08:00 committed by Lane.Wei
parent 7ce090d2b5
commit 68807ca3ee
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("extruder_clearance_dist_to_rod", coFloat);
def->label = L("Distance to rod");
def->tooltip = L("Clearance radius around extruder. Used for collision avoidance in by-object printing.");
def->tooltip = L("Horizontal distance of the nozzle tip to the rod's farther edge. Used for collision avoidance in by-object printing.");
def->sidetext = L("mm");
def->min = 0;
def->mode = comAdvanced;