Small area semicolon description. (#8995)

This commit is contained in:
Vovodroid 2025-04-15 18:06:39 +03:00 committed by GitHub
parent 8cdc9c02df
commit 1bce6a24d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;