FIX: mistake in filament vendor
jira:[NEW] Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I3af712e417379d8b98ae18feebffe465bfa1e72d
This commit is contained in:
parent
1e8748a7f5
commit
64c4dce3f5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.08.00.06",
|
||||
"version": "01.08.00.07",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -25,5 +25,8 @@
|
|||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
]
|
||||
}
|
|
@ -39,7 +39,7 @@
|
|||
"PETG-CF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
"Generic"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"70"
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
"from": "system",
|
||||
"setting_id": "GFSN96_00",
|
||||
"instantiation": "true",
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1E 0.6 nozzle",
|
||||
"Bambu Lab X1E 0.8 nozzle",
|
||||
|
|
Loading…
Reference in New Issue