FIX: duplicate setting id and error vendor
Jira: 7761 Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I017b56eab699b103628ecb80452d9a4a5ea0ae88 (cherry picked from commit 05ddfbec848ee0b7becb7039873edc62c8e650ad)
This commit is contained in:
parent
d59cb73a8d
commit
4697a9801d
|
@ -32,6 +32,9 @@
|
|||
],
|
||||
"filament_density":[
|
||||
"1.04"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
],
|
||||
"pressure_advance": [
|
||||
"0.021"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
"pressure_advance": [
|
||||
"0.01"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.4 nozzle",
|
||||
"Qidi X-Max 0.4 nozzle",
|
||||
|
|
|
@ -42,6 +42,9 @@
|
|||
"pressure_advance": [
|
||||
"0.01"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.4 nozzle",
|
||||
"Qidi X-Max 0.4 nozzle",
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.4 nozzle",
|
||||
"Qidi X-Max 0.4 nozzle",
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
"filament_density":[
|
||||
"1.27"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
"Qidi X-Max 0.2 nozzle",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Other brand"
|
||||
"Generic"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG-CF"
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
],
|
||||
"pressure_advance": [
|
||||
"0.031"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
],
|
||||
"hot_plate_temp" : [
|
||||
"55"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
"nozzle_temperature_range_high": [
|
||||
"240"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
"Qidi X-Max 0.2 nozzle",
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.2 nozzle",
|
||||
"Qidi X-Max 0.2 nozzle",
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Qidi X-Plus 0.4 nozzle",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00",
|
||||
"setting_id": "GFSB00_Qidi_22",
|
||||
"setting_id": "GFSB00_Qidi_25",
|
||||
"name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP037",
|
||||
"setting_id": "GP_Qidi_037",
|
||||
"name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
Loading…
Reference in New Issue