Skip to content

Commit

Permalink
rename "z lift type" to "z hop type"
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Oct 20, 2022
1 parent ed0c742 commit b4faed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b4faed3

Please sign in to comment.