From 1bce6a24d2cb2c2c05cb2d56ab113bf27a0f6500 Mon Sep 17 00:00:00 2001 From: Vovodroid Date: Tue, 15 Apr 2025 18:06:39 +0300 Subject: [PATCH] Small area semicolon description. (#8995) --- src/libslic3r/PrintConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index a29a030b69..4a0126e22d 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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;