FIX: mistake in compatible printers

GITHUB: #3175

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I50f84ac9f933b80df4a1c894afac9895f31721f6
(cherry picked from commit 4616ea2f1c32098eb717fb512c0e1b6e46cff0c3)
This commit is contained in:
XunZhangBambu 2023-12-21 10:09:00 +08:00 committed by lane.wei
parent 5b1db7f45e
commit 3328363c85
2 changed files with 2 additions and 2 deletions

View File

@ -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.08.00.13", "version": "01.08.00.14",
"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": [

View File

@ -8,7 +8,7 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle", "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle", "Bambu Lab P1S 0.8 nozzle",
"Bambu Lab X1E 0.8 nozzle" "Bambu Lab X1E 0.8 nozzle"
] ]
} }