mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-11 15:39:08 +08:00
FIX: CLI: set the default value of skip_useless_pick to false
jira: no-jira Change-Id: I69d6a5b4ff20cd4d352df547a5626cf5c6302472
This commit is contained in:
parent
b852a7113f
commit
c1f255eb31
@ -7850,7 +7850,7 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
||||
def->label = "Skip generating useless pick/top images into 3mf";
|
||||
def->tooltip = "Skip generating useless pick/top images into 3mf";
|
||||
def->cli_params = "option";
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("makerlab_name", coString);
|
||||
def->label = "MakerLab name";
|
||||
|
Loading…
x
Reference in New Issue
Block a user