From f31e610b726a3050c83dc700066661d2c296cb1c Mon Sep 17 00:00:00 2001 From: Wegerich Date: Tue, 22 Sep 2026 13:13:25 +0100 Subject: [PATCH] Ensure Snapmaker U1 filename respects filament selection (#15349) Fixed bug to ensure filename format respects multi-extruder filament selection Improved filename format to ensure that the selected filament is included in the filename and not the [0] filament Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com> --- resources/profiles/Snapmaker/process/fdm_process_U1_common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json index 5240f242c4..3fbacd5f4f 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json @@ -28,7 +28,7 @@ "ironing_type": "no ironing", "layer_height": "0.2", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{filament_type[initial_no_support_extruder]}_{int(total_weight*10) / 10.0}g_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50",