mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 01:12:09 +00:00
FIX: hide spiral mode of plate config
jira: STUDIO-4902 Change-Id: I54a4a281294afcd048be23bd9ab3b33cc73ce2bf
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user