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,26 @@
{
"type": "process",
"from": "system",
"instantiation": "true",
"name": "0.48 Draft @Snapmaker Artisan (0.8 nozzle)",
"setting_id": "1018401408",
"inherits": "fdm_process_a400",
"compatible_printers": [
"Snapmaker Artisan (0.8 nozzle)"
],
"layer_height": "0.48",
"initial_layer_print_height": "0.4",
"wall_loops": "2",
"top_shell_layers": "3",
"bridge_speed": "30",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
"initial_layer_line_width": "0.82",
"sparse_infill_line_width": "0.82",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"initial_layer_infill_speed": "55",
"initial_layer_speed": "40"
}