mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
wording update
This commit is contained in:
parent
86b2817da5
commit
888783e0b8
1 changed files with 1 additions and 2 deletions
|
@ -2749,8 +2749,7 @@ void PrintConfigDef::init_sla_params()
|
||||||
def = this->add("pad_object_connector_stride", coFloat);
|
def = this->add("pad_object_connector_stride", coFloat);
|
||||||
def->label = L("Pad object connector stride");
|
def->label = L("Pad object connector stride");
|
||||||
def->category = L("Pad");
|
def->category = L("Pad");
|
||||||
def->tooltip = L("Distance between two connector sticks between "
|
def->tooltip = L("Distance between two connector sticks which connect the object and the generated pad.");
|
||||||
"the object pad and the generated pad.");
|
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue