ENH: recover setting id to be old value
Don't change setting ids to avoid potential user preset loading issue Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Idbc8cfcbbbf7531f09e156844e286c672494af86
This commit is contained in:
parent
5ab97d9312
commit
bfe46a67d5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.01.00.19",
|
||||
"version": "01.01.00.20",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSN03_00",
|
||||
"setting_id": "GFSN00",
|
||||
"name": "Bambu PA-CF @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS01_00",
|
||||
"setting_id": "GFSS01",
|
||||
"name": "Bambu Support G @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS00_00",
|
||||
"setting_id": "GFSS02",
|
||||
"name": "Bambu Support W @BBL X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS00_01",
|
||||
"setting_id": "GFSS00",
|
||||
"name": "Bambu Support W @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSU01_00",
|
||||
"setting_id": "GFSU01",
|
||||
"name": "Bambu TPU 95A @BBL X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSU01_01",
|
||||
"setting_id": "GFSU00",
|
||||
"name": "Bambu TPU 95A @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN98",
|
||||
"setting_id": "GFSN98",
|
||||
"setting_id": "GFSN99",
|
||||
"name": "Generic PA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN99",
|
||||
"setting_id": "GFSN99",
|
||||
"setting_id": "GFSN98",
|
||||
"name": "Generic PA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFU99",
|
||||
"setting_id": "GFSU99",
|
||||
"setting_id": "GFSR99",
|
||||
"name": "Generic TPU",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL00_00",
|
||||
"setting_id": "GFSL23",
|
||||
"name": "PolyLite PLA @BBL X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL00_01",
|
||||
"setting_id": "GFSL19",
|
||||
"name": "PolyLite PLA @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL01_00",
|
||||
"setting_id": "GFSL22",
|
||||
"name": "PolyTerra PLA @BBL X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL01_01",
|
||||
"setting_id": "GFSL18",
|
||||
"name": "PolyTerra PLA @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
|
Loading…
Reference in New Issue