mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: Some Translation
Jira: STUDIO-4557 Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com> Change-Id: I561ca49a49222e1c9c4456f061e649dd8ed129bb
This commit is contained in:
parent
d9e50b183a
commit
a709ac2694
15 changed files with 427 additions and 61 deletions
|
@ -2564,8 +2564,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionEnumsGeneric{ ExtruderType::etDirectDrive });
|
||||
|
||||
def = this->add("retract_restart_extra", coFloats);
|
||||
//def->label = L("Extra length on restart");
|
||||
def->label = "Extra length on restart";
|
||||
def->label = L("Extra length on restart");
|
||||
//def->label = "Extra length on restart";
|
||||
//def->tooltip = L("When the retraction is compensated after the travel move, the extruder will push "
|
||||
// "this additional amount of filament. This setting is rarely needed.");
|
||||
def->sidetext = L("mm");
|
||||
|
@ -2573,8 +2573,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionFloats { 0. });
|
||||
|
||||
def = this->add("retract_restart_extra_toolchange", coFloats);
|
||||
//def->label = L("Extra length on restart");
|
||||
def->label = "Extra length on restart";
|
||||
def->label = L("Extra length on restart");
|
||||
//def->label = "Extra length on restart";
|
||||
//def->tooltip = L("When the retraction is compensated after changing tool, the extruder will push "
|
||||
// "this additional amount of filament.");
|
||||
def->sidetext = L("mm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue