From 733c7de38076fa28e897341bfc6997a72cd352bd Mon Sep 17 00:00:00 2001 From: supermerill Date: Fri, 4 Jan 2019 19:08:35 +0100 Subject: [PATCH] text change --- src/libslic3r/PrintConfig.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 558e87309..2e9059807 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -186,11 +186,9 @@ void PrintConfigDef::init_fff_params() def = this->add("over_bridge_flow_ratio", coFloat); def->label = L("Above the bridges"); def->category = L("Advanced"); - def->tooltip = L("This factor affects the amount of plastic to overextrude " - "when we are filling on top of a bridge surface." - "With a number >1, we can retrieve a correct z-height " - "even if the bridged layer has fallen a bit. " - "It's useful if you want to have a nice flat top layer."); + def->tooltip = L("Flow ratio to compensate for the gaps in a bridged top surface. Used for ironing infill" + "pattern to prevent regions where the low-flow pass does not provide a smooth surface due to a lack of plastic." + " You can increase it slightly to pull the top layer at the correct height. Recommended maximum: 1.2."); def->cli = "over-bridge-flow-ratio=f"; def->min = 0; def->mode = comAdvanced;