From b95e76a57a1fcf796a658bcbf616ed77d79298d1 Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:54:10 -0400 Subject: [PATCH] Fix filename format --- resources/profiles/Dremel/machine/fdm_dremel_common.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/profiles/Dremel/machine/fdm_dremel_common.json b/resources/profiles/Dremel/machine/fdm_dremel_common.json index 566099e54e..2b84965d09 100644 --- a/resources/profiles/Dremel/machine/fdm_dremel_common.json +++ b/resources/profiles/Dremel/machine/fdm_dremel_common.json @@ -134,5 +134,6 @@ "layer_change_gcode": "", "scan_first_layer": "0", "nozzle_type": "undefine", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{print_time}.gcode", "auxiliary_fan": "0" }