CLI:
Removed the --help-options parameter, left the --help-fff and --help-sla Added check for empty print.
This commit is contained in:
parent
1224491cd4
commit
0b4dbc87c7
2 changed files with 11 additions and 16 deletions
src/libslic3r
|
@ -2955,11 +2955,6 @@ CLIActionsConfigDef::CLIActionsConfigDef()
|
|||
def->cli = "help|h";
|
||||
def->default_value = new ConfigOptionBool(false);
|
||||
|
||||
def = this->add("help_options", coBool);
|
||||
def->label = L("Help (options)");
|
||||
def->tooltip = L("Show the full list of print/G-code configuration options.");
|
||||
def->default_value = new ConfigOptionBool(false);
|
||||
|
||||
def = this->add("help_fff", coBool);
|
||||
def->label = L("Help (FFF options)");
|
||||
def->tooltip = L("Show the full list of print/G-code configuration options.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue