1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

wording update

This commit is contained in:
bubnikv
2019-08-27 12:19:44 +02:00
parent 86b2817da5
commit 888783e0b8
+1 -2
View File
@@ -2749,8 +2749,7 @@ void PrintConfigDef::init_sla_params()
def = this->add("pad_object_connector_stride", coFloat);
def->label = L("Pad object connector stride");
def->category = L("Pad");
def->tooltip = L("Distance between two connector sticks between "
"the object pad and the generated pad.");
def->tooltip = L("Distance between two connector sticks which connect the object and the generated pad.");
def->sidetext = L("mm");
def->min = 0;
def->mode = comExpert;