mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 06:36:05 +08:00
Fix typo: wip action -> wipe action
This commit is contained in:
parent
f710ad596e
commit
bf59a28361
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user