mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 10:25:55 +08:00
Tooltip for the new SLA material parameter "material_print_speed"
This commit is contained in:
parent
1280b03a60
commit
55a555c848
@ -3739,7 +3739,9 @@ void PrintConfigDef::init_sla_params()
|
|||||||
|
|
||||||
def = this->add("material_print_speed", coEnum);
|
def = this->add("material_print_speed", coEnum);
|
||||||
def->label = L("Print speed");
|
def->label = L("Print speed");
|
||||||
def->tooltip = L("lorem ipsum");
|
def->tooltip = L(
|
||||||
|
"A slower printing profile might be necessary when using materials with higher viscosity "
|
||||||
|
"or with some hollowed parts. It slows down the tilt movement and adds a delay before exposure.");
|
||||||
def->enum_keys_map = &ConfigOptionEnum<SLAMaterialSpeed>::get_enum_values();
|
def->enum_keys_map = &ConfigOptionEnum<SLAMaterialSpeed>::get_enum_values();
|
||||||
def->enum_values.push_back("slow");
|
def->enum_values.push_back("slow");
|
||||||
def->enum_values.push_back("fast");
|
def->enum_values.push_back("fast");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user