From cb038d0469abe2560bb225def99eba21460be374 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 17 Nov 2023 20:00:05 +0800 Subject: [PATCH] fix Prusa MK3S and Mini profile issues Fixed #2768 --- resources/profiles/Prusa.json | 4 ++++ resources/profiles/Prusa/process/fdm_process_common.json | 2 +- resources/profiles/Prusa/process/process_common_mk3.json | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Prusa.json b/resources/profiles/Prusa.json index cb4f16c96c9..d1e2e0cf357 100644 --- a/resources/profiles/Prusa.json +++ b/resources/profiles/Prusa.json @@ -30,6 +30,10 @@ "name": "process_common_mk3", "sub_path": "process/process_common_mk3.json" }, + { + "name": "0.20mm Standard @MINI", + "sub_path": "process/0.20mm Standard @MINI.json" + }, { "name": "0.05mm UltraDetail @MK3S", "sub_path": "process/0.05mm UltraDetail @MK3S.json" diff --git a/resources/profiles/Prusa/process/fdm_process_common.json b/resources/profiles/Prusa/process/fdm_process_common.json index 793919a1677..8aa6ebf5635 100644 --- a/resources/profiles/Prusa/process/fdm_process_common.json +++ b/resources/profiles/Prusa/process/fdm_process_common.json @@ -37,7 +37,7 @@ "ironing_speed": "30", "ironing_type": "no ironing", "reduce_infill_retraction": "1", - "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode", "detect_overhang_wall": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", diff --git a/resources/profiles/Prusa/process/process_common_mk3.json b/resources/profiles/Prusa/process/process_common_mk3.json index 31e20be3be6..6a8dc3a556a 100644 --- a/resources/profiles/Prusa/process/process_common_mk3.json +++ b/resources/profiles/Prusa/process/process_common_mk3.json @@ -21,7 +21,6 @@ "enable_support": "0", "enforce_support_layers": "0", "extra_perimeters_on_overhangs": "0", - "filename_format": "{input_filename_base}_{layer_height}mm_{printing_filament_types}_{printer_model}_{print_time}.gcode", "fuzzy_skin": "none", "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3",