fix prime_volume

This commit is contained in:
dylan 2024-10-05 00:41:53 +08:00
parent 0e15cccbc5
commit 29278be729
3 changed files with 4 additions and 4 deletions

View File

@ -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"
}
]
}
}

View File

@ -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",

View File

@ -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%",