mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
FIX: hide spiral mode of plate config
jira: STUDIO-4902 Change-Id: I54a4a281294afcd048be23bd9ab3b33cc73ce2bf
This commit is contained in:
parent
08bfc8d980
commit
34abdf0233
3 changed files with 13 additions and 12 deletions
|
@ -662,7 +662,6 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("first_layer_sequence_choice", coEnum);
|
||||
def->category = L("Quality");
|
||||
def->label = L("First layer filament sequence");
|
||||
def->tooltip = L("test");
|
||||
def->enum_keys_map = &ConfigOptionEnum<FirstLayerSeq>::get_enum_values();
|
||||
def->enum_values.push_back("Auto");
|
||||
def->enum_values.push_back("Customize");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue