update snapmaker profiles (#5300)

* update snapmaker profiles

- add BracingKit for Snapmaker 2
- add Artisan profiles

* remove key

* fix compatible_printers

* remove pva for single extruder

* fix ci
This commit is contained in:
Dylan
2024-05-18 13:25:39 +08:00
committed by GitHub
parent 96d7139b95
commit 81b3e5939d
270 changed files with 5232 additions and 915 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "process",
"from": "system",
"instantiation": "true",
"name": "0.16 Optimal @Snapmaker Artisan (0.4 nozzle)",
"setting_id": "2870109378",
"inherits": "fdm_process_a400",
"compatible_printers": [
"Snapmaker Artisan (0.4 nozzle)"
],
"layer_height": "0.16",
"elefant_foot_compensation": "0.15",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"top_shell_thickness": "0.6",
"bridge_flow": "1",
"support_threshold_angle": "25",
"initial_layer_infill_speed": "80",
"inner_wall_speed": "145"
}