ENH: Update PrintConfig.cpp to fix typo

github pull request: https://github.com/bambulab/BambuStudio/pull/3172

Change-Id: Ic2106599a05f2813132017e2c06112b0718d7584
(cherry picked from commit 5edee6868c7deef605768f15740132759e5f2f9c)
This commit is contained in:
Ricky M 2023-12-19 16:54:26 -06:00 committed by lane.wei
parent 594916be7b
commit f57ed06170

View File

@ -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<ExtruderType>::get_enum_values();
def->enum_values.push_back("DirectDrive");
def->enum_values.push_back("Bowden");