mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-30 08:05:15 +08:00
Small area semicolon description. (#8995)
This commit is contained in:
parent
8cdc9c02df
commit
1bce6a24d2
@ -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…
x
Reference in New Issue
Block a user