fix retract_lift_first_layer tooltip

This commit is contained in:
supermerill 2021-12-15 16:40:14 +01:00
parent 269ade4859
commit b9e384519d

View File

@ -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 });