Removed the --help-options parameter, left the --help-fff and --help-sla
Added check for empty print.
This commit is contained in:
bubnikv 2019-03-13 19:49:14 +01:00
parent 1224491cd4
commit 0b4dbc87c7
2 changed files with 11 additions and 16 deletions
src/libslic3r

View file

@ -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.");