fix+feat: Snapmaker U1 — 5 bug fixes and 0.6mm / mixed-nozzle profiles (#12244 #12390 #12652 #12073 #12797 #11424) (#12824)

This commit is contained in:
goofoo
2026-04-08 00:08:35 -04:00
committed by GitHub
parent 809e8d0012
commit afc3756843
15 changed files with 337 additions and 15 deletions

View File

@@ -0,0 +1,32 @@
{
"type": "process",
"name": "0.20 Standard @Snapmaker U1 (0.4+0.6 nozzle)",
"inherits": "fdm_process_U1_0.20",
"from": "system",
"setting_id": "GP004_0406_020",
"instantiation": "true",
"description": "Standard profile for the Snapmaker U1 mixed-nozzle configuration (T0/T1 = 0.4 mm, T2/T3 = 0.6 mm). Line widths are expressed as percentages of nozzle diameter so they scale correctly per tool. Use T0/T1 for detail work and outer walls; use T2/T3 for fast infill or large structural features.",
"compatible_printers": [
"Snapmaker U1 (0.4+0.6 nozzle)"
],
"line_width": "105%",
"outer_wall_line_width": "105%",
"inner_wall_line_width": "112%",
"initial_layer_line_width": "125%",
"sparse_infill_line_width": "105%",
"internal_solid_infill_line_width": "105%",
"support_line_width": "105%",
"top_surface_line_width": "105%",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"ooze_prevention": "1",
"slowdown_for_curled_perimeters": "0",
"standby_temperature_delta": "-150",
"wipe_tower_filament": "0",
"preheat_time": "30",
"wipe_tower_cone_angle": "15",
"prime_tower_brim_width": "5",
"initial_layer_print_height": "0.25",
"top_shell_layers": "5",
"bottom_shell_layers": "3"
}

View File

@@ -0,0 +1,25 @@
{
"type": "process",
"name": "0.20 Standard @Snapmaker U1 (0.6 nozzle)",
"inherits": "fdm_process_U1_0.6_common",
"from": "system",
"setting_id": "GP004_06_020",
"instantiation": "true",
"description": "Standard 0.2 mm layer height profile for the Snapmaker U1 with 0.6 mm nozzles. Balances print speed and surface quality for everyday prints.",
"layer_height": "0.20",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"compatible_printers": [
"Snapmaker U1 (0.6 nozzle)"
],
"ooze_prevention": "1",
"slowdown_for_curled_perimeters": "0",
"standby_temperature_delta": "-150",
"wipe_tower_filament": "0",
"preheat_time": "30",
"wipe_tower_cone_angle": "15",
"prime_tower_brim_width": "5",
"initial_layer_print_height": "0.25",
"top_shell_layers": "4",
"bottom_shell_layers": "3"
}

View File

@@ -0,0 +1,29 @@
{
"type": "process",
"name": "0.30 Draft @Snapmaker U1 (0.6 nozzle)",
"inherits": "fdm_process_U1_0.6_common",
"from": "system",
"setting_id": "GP004_06_030",
"instantiation": "true",
"description": "Fast draft profile for the Snapmaker U1 with 0.6 mm nozzles. 0.3 mm layer height for quick prototypes and functional parts.",
"layer_height": "0.30",
"smooth_coefficient": "80",
"overhang_totally_speed": "40",
"compatible_printers": [
"Snapmaker U1 (0.6 nozzle)"
],
"ooze_prevention": "1",
"slowdown_for_curled_perimeters": "0",
"standby_temperature_delta": "-150",
"wipe_tower_filament": "0",
"preheat_time": "30",
"wipe_tower_cone_angle": "15",
"prime_tower_brim_width": "5",
"initial_layer_print_height": "0.30",
"top_shell_layers": "3",
"bottom_shell_layers": "3",
"outer_wall_speed": "220",
"inner_wall_speed": "330",
"sparse_infill_speed": "300",
"internal_solid_infill_speed": "280"
}

View File

@@ -0,0 +1,30 @@
{
"type": "process",
"name": "0.40 Extra Draft @Snapmaker U1 (0.6 nozzle)",
"inherits": "fdm_process_U1_0.6_common",
"from": "system",
"setting_id": "GP004_06_040",
"instantiation": "true",
"description": "Maximum-speed profile for the Snapmaker U1 with 0.6 mm nozzles. 0.4 mm layer height for rapid prototyping where surface finish is not critical.",
"layer_height": "0.40",
"smooth_coefficient": "80",
"overhang_totally_speed": "30",
"compatible_printers": [
"Snapmaker U1 (0.6 nozzle)"
],
"ooze_prevention": "1",
"slowdown_for_curled_perimeters": "0",
"standby_temperature_delta": "-150",
"wipe_tower_filament": "0",
"preheat_time": "30",
"wipe_tower_cone_angle": "15",
"prime_tower_brim_width": "5",
"initial_layer_print_height": "0.35",
"top_shell_layers": "3",
"bottom_shell_layers": "3",
"outer_wall_speed": "220",
"inner_wall_speed": "330",
"sparse_infill_speed": "320",
"internal_solid_infill_speed": "300",
"wall_loops": "2"
}

View File

@@ -0,0 +1,16 @@
{
"type": "process",
"name": "fdm_process_U1_0.6_common",
"inherits": "fdm_process_U1_common",
"from": "system",
"instantiation": "false",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
"inner_wall_line_width": "0.62",
"initial_layer_line_width": "0.72",
"sparse_infill_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"compatible_printers": []
}