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

@ -1,20 +1,13 @@
{
"type": "filament",
"filament_id": "GFC99",
"setting_id": "GFSC99",
"name": "Generic PC",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"16"
],
"filament_flow_ratio": [
"0.94"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle"
]
"type": "filament",
"setting_id": "GFSC99",
"name": "Generic PC",
"from": "system",
"instantiation": "true",
"inherits": "Generic PC @base",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle"
]
}