Add 0.5mm nozzle profiles for Voron printers (#7446)

Co-authored-by: Franklyn Tackitt <git@frank.af>
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Frank Tackitt
2024-12-01 20:14:44 +08:00
committed by GitHub
co-authored by Franklyn Tackitt SoftFever
parent ebc573d956
commit a602eee441
34 changed files with 460 additions and 8 deletions
@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Extra Fine 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.10",
"bottom_shell_layers": "6",
"top_shell_layers": "8"
}
@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Fine 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.15",
"bottom_shell_layers": "4",
"top_shell_layers": "6"
}
@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Optimal 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.20",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.25mm Standard 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.25",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.30mm Draft 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.30",
"top_surface_line_width": "0.55",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.35mm Extra Draft 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.35",
"top_surface_line_width": "0.55",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
@@ -0,0 +1,26 @@
{
"type": "process",
"name": "fdm_process_voron_common_0_5",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_voron_common",
"initial_layer_line_width": "0.52",
"initial_layer_print_height": "0.25",
"outer_wall_line_width": "0.52",
"line_width": "0.52",
"sparse_infill_line_width": "0.52",
"inner_wall_line_width": "0.52",
"internal_solid_infill_line_width": "0.52",
"support_line_width": "0.52",
"top_surface_line_width": "0.52",
"compatible_printers": [
"Voron 0.1 0.5 nozzle",
"Voron 2.4 250 0.5 nozzle",
"Voron 2.4 300 0.5 nozzle",
"Voron 2.4 350 0.5 nozzle",
"Voron Trident 250 0.5 nozzle",
"Voron Trident 300 0.5 nozzle",
"Voron Trident 350 0.5 nozzle",
"Voron Switchwire 250 0.5 nozzle"
]
}