mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 19:52:01 +08:00
fix retract_lift_first_layer tooltip
This commit is contained in:
parent
269ade4859
commit
b9e384519d
@ -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 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user