FIX: wrong vendor type in PPS and PPA
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I6c9eb6dfdbd8648557282ec0612add65cc043759
This commit is contained in:
parent
c227a81e0c
commit
5bf2448a69
|
@ -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.09.00.20",
|
"version": "01.09.00.21",
|
||||||
"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": [
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"PA-CF"
|
"PA-CF"
|
||||||
],
|
],
|
||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Bambu"
|
"Bambu Lab"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_range_high": [
|
"nozzle_temperature_range_high": [
|
||||||
"320"
|
"320"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"PPS-CF"
|
"PPS-CF"
|
||||||
],
|
],
|
||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Bambu"
|
"Bambu Lab"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_range_high": [
|
"nozzle_temperature_range_high": [
|
||||||
"350"
|
"350"
|
||||||
|
|
Loading…
Reference in New Issue