Update Snapmaker profiles (#2939)

* fix printing parameters for Snapmaker printers

* update

* Update Snapmaker profiles

* update end gcode
This commit is contained in:
Dylan 2023-12-05 21:08:48 +08:00 committed by GitHub
parent d45ac9201d
commit 1998ec41c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
242 changed files with 6709 additions and 2864 deletions

View file

@ -0,0 +1,44 @@
{
"type": "process",
"from": "system",
"instantiation": "true",
"name": "0.34 Standard @Snapmaker (0.6 nozzle)",
"setting_id": "3323821663",
"inherits": "fdm_process_common",
"compatible_printers": [
"Snapmaker A250 (0.6 nozzle)",
"Snapmaker A350 (0.6 nozzle)",
"Snapmaker A250 Dual (0.6 nozzle)",
"Snapmaker A350 Dual (0.6 nozzle)",
"Snapmaker A250 QSKit (0.6 nozzle)",
"Snapmaker A350 QSKit (0.6 nozzle)",
"Snapmaker A250 Dual QSKit (0.6 nozzle)",
"Snapmaker A350 Dual QSKit (0.6 nozzle)"
],
"layer_height": "0.34",
"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",
"top_surface_pattern": "monotonic",
"gap_infill_speed": "50",
"initial_layer_infill_speed": "55",
"initial_layer_speed": "35",
"inner_wall_speed": "85",
"internal_solid_infill_speed": "85",
"ironing_speed": "30",
"outer_wall_speed": "75",
"sparse_infill_speed": "100",
"support_interface_speed": "35",
"support_speed": "100",
"travel_speed": "110",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50"
}