mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: modify the name for filament ramming length
jira: none Change-Id: I3533c86ad7901282866074a7a8e4909c360055a6 (cherry picked from commit 31b8eae04491240f1aa96f84365efa392be1fc4a)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user