From 29278be7298ded5d8d96dfa0b2b480cea2f72c16 Mon Sep 17 00:00:00 2001 From: dylan <331506+macdylan@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:41:53 +0800 Subject: [PATCH] fix `prime_volume` --- resources/profiles/Snapmaker.json | 4 ++-- resources/profiles/Snapmaker/machine/fdm_common.json | 2 +- resources/profiles/Snapmaker/process/fdm_process_common.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index 61bf9abfef..1e782b61b8 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,6 +1,6 @@ { "name": "Snapmaker", - "version": "02.02.00.02", + "version": "02.02.02.02", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ @@ -1339,4 +1339,4 @@ "sub_path": "machine/Snapmaker Artisan (0.8 nozzle).json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/fdm_common.json b/resources/profiles/Snapmaker/machine/fdm_common.json index 9dde4953b3..6066188b5c 100644 --- a/resources/profiles/Snapmaker/machine/fdm_common.json +++ b/resources/profiles/Snapmaker/machine/fdm_common.json @@ -11,7 +11,7 @@ "auxiliary_fan": "0", "remaining_times": "1", "single_extruder_multi_material": "0", - "purge_in_prime_tower": "1", + "purge_in_prime_tower": "0", "enable_filament_ramming": "0", "nozzle_volume": "0", "cooling_tube_retraction": "0", diff --git a/resources/profiles/Snapmaker/process/fdm_process_common.json b/resources/profiles/Snapmaker/process/fdm_process_common.json index c09a7c8445..e5b21d091e 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_common.json @@ -153,7 +153,7 @@ "brim_object_gap": "0", "enable_prime_tower": "1", "prime_tower_width": "25", - "prime_volume": "7.3", + "prime_volume": "55", "prime_tower_brim_width": "5", "wipe_tower_cone_angle": "25", "wipe_tower_extra_spacing": "150%",