mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 07:05:57 +08:00
Removed [input_filename] from command line help.
[input_filename] placeholder was removed in 0cbbe96.
This commit is contained in:
parent
b2dd760a7a
commit
eac0fa6271
@ -2074,7 +2074,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->label = L("Output filename format");
|
def->label = L("Output filename format");
|
||||||
def->tooltip = L("You can use all configuration options as variables inside this template. "
|
def->tooltip = L("You can use all configuration options as variables inside this template. "
|
||||||
"For example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"For example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], [input_filename], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename_base], [default_output_extension].");
|
"[input_filename_base], [default_output_extension].");
|
||||||
def->full_width = true;
|
def->full_width = true;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user