mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
fix pot/po
This commit is contained in:
parent
a5a3262c32
commit
cdf7a7722a
13 changed files with 62 additions and 65 deletions
|
@ -2453,7 +2453,7 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("z_hop_types", coEnums);
|
||||
def->label = L("Z Hop Type");
|
||||
def->tooltip = L("");
|
||||
def->tooltip = L("Z hop type");
|
||||
def->enum_keys_map = &ConfigOptionEnum<ZHopType>::get_enum_values();
|
||||
def->enum_values.push_back("Auto Lift");
|
||||
def->enum_values.push_back("Normal Lift");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue