mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-06 10:34:51 -07:00
FIX: modify the name for filament ramming length
jira: none Change-Id: I3533c86ad7901282866074a7a8e4909c360055a6 (cherry picked from commit 31b8eae04491240f1aa96f84365efa392be1fc4a)
This commit is contained in:
parent
3bbd2e7dc6
commit
f8ac3a6eaf
1 changed files with 2 additions and 2 deletions
|
|
@ -2476,8 +2476,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionBools { false });
|
||||
|
||||
def = this->add("filament_change_length", coFloats);
|
||||
def->label = L("Filament change length");
|
||||
def->tooltip = L("Filament change length");
|
||||
def->label = L("Filament ramming length");
|
||||
def->tooltip = L("the ramming length of this filament when changing extruder");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue