From eac0fa6271223e46247d9695ca6db49402b6ee09 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Tue, 19 Sep 2023 08:56:23 +0200 Subject: [PATCH] Removed [input_filename] from command line help. [input_filename] placeholder was removed in 0cbbe96. --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 4ac981c960..bef8ad3eb7 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2074,7 +2074,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Output filename format"); 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], " - "[year], [month], [day], [hour], [minute], [second], [version], [input_filename], " + "[year], [month], [day], [hour], [minute], [second], [version], " "[input_filename_base], [default_output_extension]."); def->full_width = true; def->mode = comExpert;