diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index d8cef6982..3feb33829 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2658,7 +2658,7 @@ void PrintConfigDef::init_fff_params() def = this->add("extruder_type", coEnums); def->label = L("Type"); - def->tooltip = ("This setting is only used for initial value of manual calibration of presure advance. Bowden extruder usually has larger pa value. This setting doesn't influence normal slicing"); + def->tooltip = ("This setting is only used for initial value of manual calibration of pressure advance. Bowden extruder usually has larger pa value. This setting doesn't influence normal slicing"); def->enum_keys_map = &ConfigOptionEnum::get_enum_values(); def->enum_values.push_back("DirectDrive"); def->enum_values.push_back("Bowden");