mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
rename "z lift type" to "z hop type"
This commit is contained in:
parent
ed0c742d2f
commit
b4faed3ecf
1 changed files with 2 additions and 2 deletions
|
@ -2826,8 +2826,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionBools { false });
|
||||
|
||||
def = this->add("z_lift_type", coEnum);
|
||||
def->label = L("z lift type");
|
||||
def->tooltip = L("z lift type");
|
||||
def->label = L("Z hop type");
|
||||
def->tooltip = L("Z hop type");
|
||||
def->enum_keys_map = &ConfigOptionEnum<LiftType>::get_enum_values();
|
||||
def->enum_values.push_back("NormalLift");
|
||||
def->enum_values.push_back("SpiralLift");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue