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,27 @@
{
"type": "process",
"from": "system",
"instantiation": "true",
"name": "0.08 Extra Fine @Snapmaker J1 (0.4 nozzle)",
"setting_id": "175768766",
"inherits": "fdm_process_idex",
"compatible_printers": [
"Snapmaker J1 (0.4 nozzle)"
],
"bottom_shell_layers": "7",
"bridge_flow": "1",
"elefant_foot_compensation": "0.15",
"ironing_flow": "8%",
"layer_height": "0.08",
"initial_layer_print_height": "0.1",
"support_threshold_angle": "15",
"top_shell_layers": "9",
"gap_infill_speed": "160",
"initial_layer_infill_speed": "65",
"inner_wall_speed": "230",
"internal_solid_infill_speed": "230",
"sparse_infill_speed": "120",
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10"
}