mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Fix "[warning] option: attempt to access option with wrong type: downward_check " warning
This commit is contained in:
@@ -9704,12 +9704,6 @@ CLIActionsConfigDef::CLIActionsConfigDef()
|
||||
def->cli = "uptodate";
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("downward_check", coStrings);
|
||||
def->label = L("downward machines check");
|
||||
def->tooltip = L("check whether current machine downward compatible with the machines in the list.");
|
||||
def->cli_params = "\"machine1.json;machine2.json;...\"";
|
||||
def->set_default_value(new ConfigOptionStrings());
|
||||
|
||||
def = this->add("load_defaultfila", coBool);
|
||||
def->label = L("Load default filaments");
|
||||
def->tooltip = L("Load first filament as default for those not loaded.");
|
||||
|
||||
Reference in New Issue
Block a user