fix BIQU Profiles (#1147)

This commit is contained in:
fr3ak2402 2023-05-27 03:07:29 +02:00 committed by GitHub
parent 2f34ddb524
commit cf4df922bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 282 additions and 292 deletions

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @BIQU B1",
"name": "0.12mm Fine @BIQU B1 (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -9,6 +9,6 @@
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"compatible_printers": [
"BIQU B1 0.4 nozzle"
"BIQU B1 (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @BIQU BX",
"name": "0.12mm Fine @BIQU BX (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -9,6 +9,6 @@
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"compatible_printers": [
"BIQU BX 0.4 nozzle"
"BIQU BX (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @BIQU Hurakan",
"name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -9,6 +9,6 @@
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"compatible_printers": [
"BIQU Hurakan 0.4 nozzle"
"BIQU Hurakan (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Optimal @BIQU BX",
"name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -9,6 +9,6 @@
"top_shell_layers": "5",
"layer_height": "0.15",
"compatible_printers": [
"BIQU BX 0.4 nozzle"
"BIQU B1 (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Optimal @BIQU B1",
"name": "0.15mm Optimal @BIQU BX (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -9,6 +9,6 @@
"top_shell_layers": "5",
"layer_height": "0.15",
"compatible_printers": [
"BIQU B1 0.4 nozzle"
"BIQU BX (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Optimal @BIQU Hurakan",
"name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_hurakan_common",
@ -9,6 +9,6 @@
"top_shell_layers": "5",
"layer_height": "0.15",
"compatible_printers": [
"BIQU Hurakan 0.4 nozzle"
]
"BIQU Hurakan (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @BIQU B1",
"name": "0.20mm Standard @BIQU B1 (0.4 nozzle)",
"from": "system",
"inherits": "fdm_process_biqu_common",
"instantiation": "true",
@ -9,6 +9,6 @@
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU B1 0.4 nozzle"
"BIQU B1 (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @BIQU BX",
"name": "0.20mm Standard @BIQU BX (0.4 nozzle)",
"from": "system",
"inherits": "fdm_process_biqu_common",
"instantiation": "true",
@ -9,6 +9,6 @@
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU BX 0.4 nozzle"
"BIQU BX (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @BIQU Hurakan",
"name": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)",
"from": "system",
"inherits": "fdm_process_hurakan_common",
"instantiation": "true",
@ -9,6 +9,6 @@
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU Hurakan 0.4 nozzle"
"BIQU Hurakan (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @BIQU BX",
"name": "0.24mm Draft @BIQU B1 (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -10,6 +10,6 @@
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU BX 0.4 nozzle"
"BIQU B1 (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @BIQU B1",
"name": "0.24mm Draft @BIQU BX (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
@ -10,6 +10,6 @@
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU B1 0.4 nozzle"
"BIQU BX (0.4 nozzle)"
]
}

View file

@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @BIQU Hurakan",
"name": "0.24mm Draft @BIQU Hurakan (0.4 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_hurakan_common",
@ -10,6 +10,6 @@
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"BIQU Hurakan 0.4 nozzle"
"BIQU Hurakan (0.4 nozzle)"
]
}

View file

@ -100,10 +100,5 @@
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"BIQU BX 0.4 nozzle",
"BIQU B1 0.4 nozzle",
"BIQU Hurakan 0.4 nozzle"
]
"xy_contour_compensation": "0"
}

View file

@ -100,10 +100,5 @@
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"BIQU BX 0.4 nozzle",
"BIQU B1 0.4 nozzle",
"BIQU Hurakan 0.4 nozzle"
]
"xy_contour_compensation": "0"
}