mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
FIX: modify the translation.
Change-Id: I94c1dc1a811b063611d43f6bde5e591e381cb4da
This commit is contained in:
parent
cb68d4c60b
commit
9b6a182e8f
22 changed files with 281 additions and 46 deletions
|
@ -2899,7 +2899,8 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("enable_prime_tower", coBool);
|
||||
def->label = L("Enable");
|
||||
def->tooltip = L("Print a tower to prime material in nozzle after switching to a new material.");
|
||||
def->tooltip = L("The wiping tower can be used to clean up the residue on the nozzle and stabilize the chamber pressure inside the nozzle, "
|
||||
"in order to avoid appearance defects when printing objects.");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue