mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 12:04:05 -06:00
Fix tooltip referencing "Studio" (#1370)
Fixed language with reference to "Studio"
This commit is contained in:
parent
4a799aa770
commit
b943a04da7
13 changed files with 27 additions and 27 deletions
|
@ -1008,7 +1008,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("internal_bridge_support_thickness", coFloat);
|
||||
def->label = L("Internal bridge support thickness");
|
||||
def->category = L("Strength");
|
||||
def->tooltip = L("If enabled, Studio will generate support loops under the contours of internal bridges."
|
||||
def->tooltip = L("If enabled, support loops will be generated under the contours of internal bridges."
|
||||
"These support loops could prevent internal bridges from extruding over the air and improve the top surface quality, especially when the sparse infill density is low."
|
||||
"This value determines the thickness of the support loops. 0 means disable this feature");
|
||||
def->sidetext = L("mm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue