ENH: add filament configure of 0.2 nozzle

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I23cc9979cefe6bf5198526007eb57a9ec785426e
This commit is contained in:
qing.zhang 2022-08-22 15:42:47 +08:00 committed by Lane.Wei
parent dbe354995e
commit 18d0ac259e
38 changed files with 467 additions and 114 deletions

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP011",
"name": "0.30mm Standard @BBL X1 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.30_nozzle_0.6",
"compatible_printers": [
"Bambu Lab X1 0.6 nozzle"
]
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP012",
"name": "0.40mm Standard @BBL X1 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.40_nozzle_0.8",
"compatible_printers": [
"Bambu Lab X1 0.6 nozzle"
]
}