ENH: correct tooltip of distance to rod
jira: none Change-Id: Iad8fc7168e1f19883ab8fe793e8025f1b81da205
This commit is contained in:
parent
7ce090d2b5
commit
68807ca3ee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue