From 0abc17d6fd491c0e40fc793065d326f15a1d373f Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 8 Jun 2026 14:23:28 +0800 Subject: [PATCH] Fix an issue wipe_tower_filament is still set to 1 in some profiles --- resources/profiles/M3D.json | 2 +- resources/profiles/M3D/process/0.15mm MM @D8500.json | 3 +-- resources/profiles/M3D/process/0.20mm MM @D8500.json | 3 +-- resources/profiles/M3D/process/fdm_process_common.json | 3 +-- resources/profiles/Snapmaker.json | 2 +- .../process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json | 3 +-- .../process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json | 3 +-- 16 files changed, 16 insertions(+), 30 deletions(-) diff --git a/resources/profiles/M3D.json b/resources/profiles/M3D.json index 830dd2ae7d..d2ad7e1478 100644 --- a/resources/profiles/M3D.json +++ b/resources/profiles/M3D.json @@ -1,6 +1,6 @@ { "name": "M3D", - "version": "02.04.00.00", + "version": "02.04.00.01", "force_update": "0", "description": "Configuration for M3D printers", "machine_model_list": [ diff --git a/resources/profiles/M3D/process/0.15mm MM @D8500.json b/resources/profiles/M3D/process/0.15mm MM @D8500.json index 2343da008c..db62fc37e5 100644 --- a/resources/profiles/M3D/process/0.15mm MM @D8500.json +++ b/resources/profiles/M3D/process/0.15mm MM @D8500.json @@ -40,6 +40,5 @@ "support_type": "normal(manual)", "travel_speed": "100", "wall_loops": "2", - "wipe_tower_extra_spacing": "200%", - "wipe_tower_filament": "2" + "wipe_tower_extra_spacing": "200%" } diff --git a/resources/profiles/M3D/process/0.20mm MM @D8500.json b/resources/profiles/M3D/process/0.20mm MM @D8500.json index 731675a087..c611c1b0d2 100644 --- a/resources/profiles/M3D/process/0.20mm MM @D8500.json +++ b/resources/profiles/M3D/process/0.20mm MM @D8500.json @@ -41,6 +41,5 @@ "top_surface_speed": "40", "travel_speed": "100", "wall_loops": "2", - "wipe_tower_extra_spacing": "200%", - "wipe_tower_filament": "2" + "wipe_tower_extra_spacing": "200%" } diff --git a/resources/profiles/M3D/process/fdm_process_common.json b/resources/profiles/M3D/process/fdm_process_common.json index 3b83efec17..9b4af74c6d 100644 --- a/resources/profiles/M3D/process/fdm_process_common.json +++ b/resources/profiles/M3D/process/fdm_process_common.json @@ -25,6 +25,5 @@ "top_surface_speed": "40", "travel_speed": "100", "wall_loops": "2", - "wipe_tower_extra_spacing": "200%", - "wipe_tower_filament": "2" + "wipe_tower_extra_spacing": "200%" } diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index 0fe71651be..1064451d44 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,6 +1,6 @@ { "name": "Snapmaker", - "version": "02.04.00.01", + "version": "02.04.00.02", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ diff --git a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json index e9948d77e6..35b00038e8 100644 --- a/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json index e0dbc69735..499fd7c96c 100644 --- a/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json @@ -22,6 +22,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json index 2ee8f14309..295bae445d 100644 --- a/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json index 285dec6464..57bb9d687e 100644 --- a/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json @@ -20,6 +20,5 @@ "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], - "slowdown_for_curled_perimeters": "0", - "wipe_tower_filament": "1" + "slowdown_for_curled_perimeters": "0" } diff --git a/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json index 98098e4dec..ef5d90abc8 100644 --- a/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json @@ -22,6 +22,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json index c133c8052e..5bc8f1e60d 100644 --- a/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json index 350b11b6c1..43fc48b4e7 100644 --- a/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Bambu Support W @Snapmaker U1 (0.4 nozzle).json @@ -19,6 +19,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json index e97df1c085..6c20f1fd9a 100644 --- a/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Strength @Snapmaker U1 (0.4 nozzle).json @@ -16,6 +16,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json index 47aa7ba6a0..a991e399a8 100644 --- a/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.20 Support W @Snapmaker U1 (0.4 nozzle).json @@ -19,6 +19,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json index 31cbbd4162..bab4205384 100644 --- a/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json @@ -13,6 +13,5 @@ ], "ooze_prevention": "1", "slowdown_for_curled_perimeters": "0", - "standby_temperature_delta": "-150", - "wipe_tower_filament": "1" + "standby_temperature_delta": "-150" } diff --git a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json index 1b27e20bc3..3e41dc2cb8 100644 --- a/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json +++ b/resources/profiles/Snapmaker/process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json @@ -11,6 +11,5 @@ "compatible_printers": [ "Snapmaker U1 (0.4 nozzle)" ], - "slowdown_for_curled_perimeters": "0", - "wipe_tower_filament": "1" + "slowdown_for_curled_perimeters": "0" }