ENH: add process preset for P1P's 0.4 nozzle
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I548fad31e66526689d285b200655342f4655ee5b
This commit is contained in:
parent
3e7b5e7657
commit
2690b5b558
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "01.04.00.14",
|
"version": "01.04.00.15",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
@ -123,6 +123,30 @@
|
||||||
"name":"0.30mm Standard @BBL P1P 0.6 nozzle",
|
"name":"0.30mm Standard @BBL P1P 0.6 nozzle",
|
||||||
"sub_path":"process/0.30mm Standard @BBL P1P 0.6 nozzle.json"
|
"sub_path":"process/0.30mm Standard @BBL P1P 0.6 nozzle.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name":"0.08mm Extra Fine @BBL P1P",
|
||||||
|
"sub_path":"process/0.08mm Extra Fine @BBL P1P.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"0.12mm Fine @BBL P1P",
|
||||||
|
"sub_path":"process/0.12mm Fine @BBL P1P.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"0.16mm Optimal @BBL P1P",
|
||||||
|
"sub_path":"process/0.16mm Optimal @BBL P1P.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"0.20mm Strength @BBL P1P",
|
||||||
|
"sub_path":"process/0.20mm Strength @BBL P1P.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"0.24mm Draft @BBL P1P",
|
||||||
|
"sub_path":"process/0.24mm Draft @BBL P1P.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"0.28mm Extra Draft @BBL P1P",
|
||||||
|
"sub_path":"process/0.28mm Extra Draft @BBL P1P.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"0.40mm Standard @BBL P1P 0.8 nozzle",
|
"name":"0.40mm Standard @BBL P1P 0.8 nozzle",
|
||||||
"sub_path":"process/0.40mm Standard @BBL P1P 0.8 nozzle.json"
|
"sub_path":"process/0.40mm Standard @BBL P1P 0.8 nozzle.json"
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP018",
|
||||||
|
"name": "0.08mm Extra Fine @BBL P1P",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_process_bbl_0.08",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP019",
|
||||||
|
"name": "0.12mm Fine @BBL P1P",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_process_bbl_0.12",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP020",
|
||||||
|
"name": "0.16mm Optimal @BBL P1P",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_process_bbl_0.16",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP021",
|
||||||
|
"name": "0.20mm Strength @BBL P1P",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_process_bbl_0.20",
|
||||||
|
"outer_wall_speed": "60",
|
||||||
|
"wall_loops": "6",
|
||||||
|
"sparse_infill_density": "25%",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP022",
|
||||||
|
"name": "0.24mm Draft @BBL P1P",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_process_bbl_0.24",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP023",
|
||||||
|
"name": "0.28mm Extra Draft @BBL P1P",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_process_bbl_0.28",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue