Fix AMS mapping bug (#8531)
* Fixed an issue that filament ids are conflicted for BBL machines * bump bbl.json version
This commit is contained in:
parent
99e4879f8b
commit
911baa84b2
6 changed files with 6 additions and 2 deletions
|
@ -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.10.00.33",
|
"version": "01.10.00.34",
|
||||||
"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": [
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"setting_id": "AliZPX1FSA04",
|
"setting_id": "AliZPX1FSA04",
|
||||||
|
"filament_id": "AliZ003",
|
||||||
"name": "AliZ PA-CF @P1-X1",
|
"name": "AliZ PA-CF @P1-X1",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"filament_id": "GFG99",
|
|
||||||
"setting_id": "AliZPX1FSA04",
|
"setting_id": "AliZPX1FSA04",
|
||||||
|
"filament_id": "AliZ001",
|
||||||
"name": "AliZ PETG @P1-X1",
|
"name": "AliZ PETG @P1-X1",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "AliZ PETG-CF @P1-X1",
|
"name": "AliZ PETG-CF @P1-X1",
|
||||||
|
"filament_id": "AliZ001-1",
|
||||||
"inherits": "AliZ PETG-CF @base",
|
"inherits": "AliZ PETG-CF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "AliZPX1FSG50",
|
"setting_id": "AliZPX1FSG50",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "AliZ PETG-Metal @P1-X1",
|
"name": "AliZ PETG-Metal @P1-X1",
|
||||||
|
"filament_id": "AliZ001-2",
|
||||||
"inherits": "AliZ PETG-Metal @base",
|
"inherits": "AliZ PETG-Metal @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "AliZPX1FSG50",
|
"setting_id": "AliZPX1FSG50",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"setting_id": "AliZPX1FSA04",
|
"setting_id": "AliZPX1FSA04",
|
||||||
|
"filament_id": "AliZ002",
|
||||||
"name": "AliZ PLA @P1-X1",
|
"name": "AliZ PLA @P1-X1",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
Loading…
Reference in a new issue