mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Small area semicolon description. (#8995)
This commit is contained in:
parent
8cdc9c02df
commit
1bce6a24d2
1 changed files with 2 additions and 2 deletions
|
@ -3360,8 +3360,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L(
|
||||
"Flow Compensation Model, used to adjust the flow for small infill "
|
||||
"areas. The model is expressed as a comma separated pair of values for "
|
||||
"extrusion length and flow correction factors, one per line, in the "
|
||||
"following format: \"1.234,5.678\"");
|
||||
"extrusion length and flow correction factor. Each pair is on a "
|
||||
"separate line, followed by a semicolon, in the following format: \"1.234, 5.678;\"");
|
||||
def->mode = comAdvanced;
|
||||
def->gui_flags = "serialized";
|
||||
def->multiline = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue