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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2021-12-15 18:40:14 +0300
committersupermerill <merill@free.fr>2021-12-15 21:51:05 +0300
commitb9e384519d12e1cb0e26f14b85cd7ef762b8e124 (patch)
tree1773241757c95c47bb81c35db6a7bbdd9480b606 /src
parent269ade4859f606da4dde71a6cdfd7b65a897dc9f (diff)
fix retract_lift_first_layer tooltip
Diffstat (limited to 'src')
-rw-r--r--src/libslic3r/PrintConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index 7d7974457..5f980ae33 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -3476,7 +3476,7 @@ void PrintConfigDef::init_fff_params()
def->full_label = L("Enforce lift on first layer");
def->category = OptionCategory::extruders;
def->tooltip = L("Select this option to enforce z-lift on the first layer."
- "\nIf this is enabled and the lift value is 0 or deactivated, then every first move before each object will be lifted by the first layer height.");
+ "\nUseful to still use the lift on the first layer even if the 'Only lift Z below' (retract_lift_above) is higher than 0.");
def->mode = comAdvanced;
def->is_vector_extruder = true;
def->set_default_value(new ConfigOptionBools{ false });