ENH: add support for A1

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5dfd8f3b6b872c01d8093527df1a3c37b8a0d56d
This commit is contained in:
xun.zhang
2023-12-06 10:19:10 +08:00
committed by Lane.Wei
parent 2631ce1d7c
commit d9b8d50fe1
135 changed files with 3412 additions and 28 deletions

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.06mm Fine @BBL A1 0.2 nozzle",
"inherits": "fdm_process_bbl_0.06_nozzle_0.2",
"from": "system",
"setting_id": "GP084",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.08mm Extra Fine @BBL A1 ",
"inherits": "fdm_process_bbl_0.08",
"from": "system",
"setting_id": "GP099",
"instantiation": "true",
"default_acceleration": "4000",
"outer_wall_acceleration": "2000",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.08mm Extra Fine @BBL A1",
"inherits": "fdm_process_bbl_0.08",
"from": "system",
"setting_id": "GP076",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.08mm Optimal @BBL A1 0.2 nozzle",
"inherits": "fdm_process_bbl_0.08_nozzle_0.2",
"from": "system",
"setting_id": "GP085",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.10mm Standard @BBL A1 0.2 nozzle",
"inherits": "fdm_process_bbl_0.10_nozzle_0.2",
"from": "system",
"setting_id": "GP083",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.12mm Draft @BBL A1 0.2 nozzle",
"inherits": "fdm_process_bbl_0.12_nozzle_0.2",
"from": "system",
"setting_id": "GP086",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.12mm Fine @BBL A1",
"inherits": "fdm_process_bbl_0.12",
"from": "system",
"setting_id": "GP077",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.14mm Extra Draft @BBL A1 0.2 nozzle",
"inherits": "fdm_process_bbl_0.14_nozzle_0.2",
"from": "system",
"setting_id": "GP087",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.16mm Optimal @BBL A1",
"inherits": "fdm_process_bbl_0.16",
"from": "system",
"setting_id": "GP078",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.18mm Fine @BBL A1 0.6 nozzle",
"inherits": "fdm_process_bbl_0.18_nozzle_0.6",
"from": "system",
"setting_id": "GP088",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.20mm Standard @BBL A1",
"inherits": "fdm_process_bbl_0.20",
"from": "system",
"setting_id": "GP079",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,16 @@
{
"type": "process",
"name": "0.20mm Strength @BBL A1",
"inherits": "fdm_process_bbl_0.20",
"from": "system",
"setting_id": "GP080",
"instantiation": "true",
"default_acceleration": "6000",
"outer_wall_speed": "60",
"sparse_infill_density": "25%",
"travel_speed": "700",
"wall_loops": "6",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.24mm Draft @BBL A1",
"inherits": "fdm_process_bbl_0.24",
"from": "system",
"setting_id": "GP081",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.24mm Fine @BBL A1 0.8 nozzle",
"inherits": "fdm_process_bbl_0.24_nozzle_0.8",
"from": "system",
"setting_id": "GP092",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.24mm Optimal @BBL A1 0.6 nozzle",
"inherits": "fdm_process_bbl_0.24_nozzle_0.6",
"from": "system",
"setting_id": "GP089",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.28mm Extra Draft @BBL A1",
"inherits": "fdm_process_bbl_0.28",
"from": "system",
"setting_id": "GP082",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.30mm Standard @BBL A1 0.6 nozzle",
"inherits": "fdm_process_bbl_0.30_nozzle_0.6",
"from": "system",
"setting_id": "GP096",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,15 @@
{
"type": "process",
"name": "0.30mm Strength @BBL A1 0.6 nozzle",
"inherits": "fdm_process_bbl_0.30_nozzle_0.6",
"from": "system",
"setting_id": "GP097",
"instantiation": "true",
"default_acceleration": "6000",
"sparse_infill_density": "25%",
"travel_speed": "700",
"wall_loops": "4",
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.32mm Optimal @BBL A1 0.8 nozzle",
"inherits": "fdm_process_bbl_0.32_nozzle_0.8",
"from": "system",
"setting_id": "GP093",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.36mm Draft @BBL A1 0.6 nozzle",
"inherits": "fdm_process_bbl_0.36_nozzle_0.6",
"from": "system",
"setting_id": "GP090",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.40mm Standard @BBL A1 0.8 nozzle",
"inherits": "fdm_process_bbl_0.40_nozzle_0.8",
"from": "system",
"setting_id": "GP098",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.42mm Extra Draft @BBL A1 0.6 nozzle",
"inherits": "fdm_process_bbl_0.42_nozzle_0.6",
"from": "system",
"setting_id": "GP091",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.48mm Draft @BBL A1 0.8 nozzle",
"inherits": "fdm_process_bbl_0.48_nozzle_0.8",
"from": "system",
"setting_id": "GP094",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"name": "0.56mm Extra Draft @BBL A1 0.8 nozzle",
"inherits": "fdm_process_bbl_0.56_nozzle_0.8",
"from": "system",
"setting_id": "GP095",
"instantiation": "true",
"default_acceleration": "6000",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 0.8 nozzle"
]
}