FIX: fix the config error of 0.2 X1 machine perset
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I1af609263ba708314561b5d2e4f12d5d7c7fdd69
This commit is contained in:
parent
c818ca165f
commit
589e30e095
3 changed files with 3 additions and 3 deletions
|
@ -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.02.00.02",
|
"version": "01.02.00.03",
|
||||||
"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": [
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"0.2"
|
"0.2"
|
||||||
],
|
],
|
||||||
"printer_variant": "0.2",
|
"printer_variant": "0.2",
|
||||||
"printer_model": "Bambu Lab X1 Carbon",
|
"printer_model": "Bambu Lab X1",
|
||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"Bambu PLA Basic @BBL X1C 0.2 nozzle"
|
"Bambu PLA Basic @BBL X1C 0.2 nozzle"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Bambu Lab X1",
|
"name": "Bambu Lab X1",
|
||||||
"model_id": "BL-P002",
|
"model_id": "BL-P002",
|
||||||
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
||||||
"nozzle_diameter": "0.2;0.4;0.6;0.8",
|
"nozzle_diameter": "0.4;0.2;0.6;0.8",
|
||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "BBL-3DP",
|
"family": "BBL-3DP",
|
||||||
"bed_model": "bbl-3dp-X1.stl",
|
"bed_model": "bbl-3dp-X1.stl",
|
||||||
|
|
Loading…
Reference in a new issue