some wrong max/min layer height corrected and 0.15 nozzle added for Voron 2.4 (#2546)

* some wrong max/min layer height corrected and 0.15 nozzle added vor Voron 2.4

* typo 0.0

* Some correction in previouse commits + added missing nozzles for Revo

* yet another type
This commit is contained in:
lukicsl 2023-11-01 04:56:59 +01:00 committed by GitHub
parent 46b31a41bf
commit 86701d2c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 808 additions and 166 deletions

View file

@ -0,0 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.05mm Fine 0.15 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_1_5",
"layer_height": "0.05",
"bottom_shell_layers": "7",
"top_shell_layers": "9"
}

View file

@ -0,0 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.06mm Fine 0.25 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_2_5",
"layer_height": "0.06",
"bottom_shell_layers": "7",
"top_shell_layers": "9"
}

View file

@ -0,0 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.07mm Optimal 0.15 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_1_5",
"layer_height": "0.07",
"bottom_shell_layers": "7",
"top_shell_layers": "9"
}

View file

@ -0,0 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.08mm Optimal 0.25 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_2_5",
"layer_height": "0.08",
"bottom_shell_layers": "7",
"top_shell_layers": "9"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.09mm Standard 0.15 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_1_5",
"layer_height": "0.09",
"bottom_shell_layers": "5",
"top_shell_layers": "6"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm Standard 0.25 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_2_5",
"layer_height": "0.10",
"bottom_shell_layers": "5",
"top_shell_layers": "6"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Draft 0.15 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_1_5",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Draft 0.25 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_2_5",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.14mm Extra Draft 0.25 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_2_5",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"layer_height": "0.14"
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Fine 0.6 nozzle @Voron",
"name": "0.24mm Fine 0.8 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_8",

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.30mm Fine 1.0 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_1_0",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"layer_height": "0.30"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.50mm Standard 1.0 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_1_0",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.50"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.60mm Draft 1.0 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_1_0",
"bottom_shell_layers": "2",
"top_shell_layers": "3",
"layer_height": "0.60"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.80mm Extra Draft 1.0 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_1_0",
"bottom_shell_layers": "2",
"top_shell_layers": "3",
"layer_height": "0.80"
}

View file

@ -0,0 +1,21 @@
{
"type": "process",
"name": "fdm_process_voron_common_0_1_5",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_voron_common",
"outer_wall_line_width": "0.17",
"line_width": "0.17",
"sparse_infill_line_width": "0.17",
"initial_layer_line_width": "0.2",
"initial_layer_print_height": "0.1",
"inner_wall_line_width": "0.17",
"internal_solid_infill_line_width": "0.17",
"support_line_width": "0.17",
"top_surface_line_width": "0.17",
"compatible_printers": [
"Voron 2.4 250 0.15 nozzle",
"Voron 2.4 300 0.15 nozzle",
"Voron 2.4 350 0.15 nozzle"
]
}

View file

@ -0,0 +1,21 @@
{
"type": "process",
"name": "fdm_process_voron_common_0_2_5",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_voron_common",
"outer_wall_line_width": "0.27",
"line_width": "0.27",
"sparse_infill_line_width": "0.27",
"initial_layer_line_width": "0.28",
"initial_layer_print_height": "0.15",
"inner_wall_line_width": "0.27",
"internal_solid_infill_line_width": "0.27",
"support_line_width": "0.27",
"top_surface_line_width": "0.27",
"compatible_printers": [
"Voron 2.4 250 0.25 nozzle",
"Voron 2.4 300 0.25 nozzle",
"Voron 2.4 350 0.25 nozzle"
]
}

View file

@ -0,0 +1,21 @@
{
"type": "process",
"name": "fdm_process_voron_common_1_0",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_voron_common",
"initial_layer_line_width": "1.02",
"initial_layer_print_height": "0.5",
"outer_wall_line_width": "1.02",
"line_width": "1.02",
"sparse_infill_line_width": "1.02",
"inner_wall_line_width": "1.02",
"internal_solid_infill_line_width": "1.02",
"support_line_width": "1.02",
"top_surface_line_width": "1.02",
"compatible_printers": [
"Voron 2.4 250 1.0 nozzle",
"Voron 2.4 300 1.0 nozzle",
"Voron 2.4 350 1.0 nozzle"
]
}