Fix typo: wip action -> wipe action

This commit is contained in:
James Stanley 2024-11-16 13:49:02 +00:00 committed by Lane.Wei
parent f710ad596e
commit bf59a28361

View File

@ -3044,7 +3044,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("role_base_wipe_speed", coBool);
def->label = L("Role-based wipe speed");
def->tooltip = L("The wipe speed is determined by speed of current extrusion role. " "e.g if a wip action is executed immediately following an outer wall extrusion, the speed of the outer wall extrusion will be utilized for the wipe action.");
def->tooltip = L("The wipe speed is determined by speed of current extrusion role. " "e.g if a wipe action is executed immediately following an outer wall extrusion, the speed of the outer wall extrusion will be utilized for the wipe action.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(true));