mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 21:49:09 +08:00
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:
parent
594916be7b
commit
f57ed06170
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user