mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 17:44:36 +08:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
This commit is contained in:
commit
edb643e178
@ -1096,8 +1096,8 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
def = this->add("ironing_type", coEnum);
|
def = this->add("ironing_type", coEnum);
|
||||||
def->label = L("Ironingy Type");
|
def->label = L("Ironing Type");
|
||||||
def->tooltip = L("Ironingy Type");
|
def->tooltip = L("Ironing Type");
|
||||||
def->enum_keys_map = &ConfigOptionEnum<IroningType>::get_enum_values();
|
def->enum_keys_map = &ConfigOptionEnum<IroningType>::get_enum_values();
|
||||||
def->enum_values.push_back("top");
|
def->enum_values.push_back("top");
|
||||||
def->enum_values.push_back("topmost");
|
def->enum_values.push_back("topmost");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user