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:
Ocraftyone
2023-10-05 08:14:53 -04:00
committed by GitHub
parent cf8052cbfd
commit 709504a2d1
2 changed files with 2 additions and 1 deletions

View File

@@ -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");