Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@fr.fr>2019-01-04 21:08:35 +0300
committersupermerill <merill@fr.fr>2019-01-04 21:08:35 +0300
commit733c7de38076fa28e897341bfc6997a72cd352bd (patch)
tree07cf677afc9245d44a349b87b04d69fe0e68bace
parent2ce0d3a94643803fed89f82f8798871195562a3b (diff)
text change1.42.0-alpha2.0
-rw-r--r--src/libslic3r/PrintConfig.cpp8
1 files 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;