mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
toggle visibility of ironing_pattern on selection of ironing type (#2321)
* toggle visibility of ironing_pattern on selection of ironing type * add a tooltip to ironing_pattern
This commit is contained in:
parent
cf8052cbfd
commit
709504a2d1
2 changed files with 2 additions and 1 deletions
|
@ -2335,6 +2335,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
|
||||
def = this->add("ironing_pattern", coEnum);
|
||||
def->label = L("Ironing Pattern");
|
||||
def->tooltip = L("The pattern that will be used when ironing");
|
||||
def->category = L("Quality");
|
||||
def->enum_keys_map = &ConfigOptionEnum<InfillPattern>::get_enum_values();
|
||||
def->enum_values.push_back("concentric");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue