FIX: nozzle_volume should not be array
Change-Id: Ib6de4bda64fb0a8620caf56c18f9fd6ac86f0171
This commit is contained in:
parent
b4d66394e7
commit
8614d24932
|
@ -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.03.00.01",
|
"version": "01.03.00.02",
|
||||||
"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": [
|
||||||
|
|
|
@ -114,9 +114,7 @@
|
||||||
"extruder_clearance_radius": "65",
|
"extruder_clearance_radius": "65",
|
||||||
"extruder_clearance_height_to_rod": "36",
|
"extruder_clearance_height_to_rod": "36",
|
||||||
"extruder_clearance_height_to_lid": "140",
|
"extruder_clearance_height_to_lid": "140",
|
||||||
"nozzle_volume": [
|
"nozzle_volume": "118",
|
||||||
"118"
|
|
||||||
],
|
|
||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue