From b9e384519d12e1cb0e26f14b85cd7ef762b8e124 Mon Sep 17 00:00:00 2001 From: supermerill Date: Wed, 15 Dec 2021 16:40:14 +0100 Subject: fix retract_lift_first_layer tooltip --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 }); -- cgit v1.2.3