From 620985b29f32b6bc6c86bdfb1eeaea647d34c321 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Tue, 4 May 2021 18:41:06 +0200 Subject: [PATCH] creality.ini: improve output_filename_format this moves the print_time directly after the input_filename_base, so it has the most chance of surviving truncation by marlin. temperature is also added in front of the filament_type. --- resources/profiles/Creality.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index eff429860..717b49558 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -326,7 +326,7 @@ notes = overhangs = 0 only_retract_when_crossing_perimeters = 0 ooze_prevention = 0 -output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode +output_filename_format = {input_filename_base}_{print_time}_{layer_height}mm_{temperature[0]}C_{filament_type[0]}_{printer_model}.gcode perimeters = 2 perimeter_extruder = 1 perimeter_extrusion_width = 0.45