mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
update locale for "Conditional overhang threshold"
This commit is contained in:
parent
a34a25985b
commit
7a0c701dea
20 changed files with 4904 additions and 2846 deletions
|
@ -3591,6 +3591,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def = this->add("scarf_overhang_threshold", coPercent);
|
||||
def->label = L("Conditional overhang threshold");
|
||||
def->category = L("Quality");
|
||||
// xgettext:no-c-format, no-boost-format
|
||||
def->tooltip = L("This option determines the overhang threshold for the application of scarf joint seams. If the unsupported portion "
|
||||
"of the perimeter is less than this threshold, scarf joint seams will be applied. The default threshold is set at 40% "
|
||||
"of the external wall's width. Due to performance considerations, the degree of overhang is estimated.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue