FIX: nozzle_volume should not be array

Change-Id: Ib6de4bda64fb0a8620caf56c18f9fd6ac86f0171
This commit is contained in:
Arthur 2022-10-14 19:58:37 +08:00 committed by Lane.Wei
parent b4d66394e7
commit 8614d24932
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.03.00.01",
"version": "01.03.00.02",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [

View File

@ -114,9 +114,7 @@
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_volume": [
"118"
],
"nozzle_volume": "118",
"nozzle_diameter": [
"0.4"
],