mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
FIX: wrong inherits value in profiles
jira : NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I9ece8ee1d9fc8ba98efae591114d9eb4d79d182b (cherry picked from commit 4b78554256f1a3003e9845e518c8fa2d6c0f917d)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite ABS @BBL H2D 0.2 nozzle",
|
||||
"inherits": "PolyLite ABS @BBL X1C 0.2 nozzle",
|
||||
"inherits": "PolyLite ABS @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB60_09",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite ABS @BBL H2D",
|
||||
"inherits": "PolyLite ABS @BBL X1C",
|
||||
"inherits": "PolyLite ABS @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB60_08",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite ASA @BBL H2D 0.2 nozzle",
|
||||
"inherits": "PolyLite ASA @BBL X1E",
|
||||
"inherits": "PolyLite ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB61_09",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite ASA @BBL H2D",
|
||||
"inherits": "PolyLite ASA @BBL X1C",
|
||||
"inherits": "PolyLite ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB61_08",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite PETG @BBL H2D 0.2 nozzle",
|
||||
"inherits": "PolyLite PETG @BBL X1C",
|
||||
"inherits": "PolyLite PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG60_09",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite PLA @BBL H2D 0.2 nozzle",
|
||||
"inherits": "PolyLite PLA @BBL X1C",
|
||||
"inherits": "PolyLite PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL00_05",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyTerra PLA @BBL H2D 0.2 nozzle",
|
||||
"inherits": "PolyTerra PLA @BBL X1C",
|
||||
"inherits": "PolyTerra PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL01_05",
|
||||
"instantiation": "true",
|
||||
|
||||
Reference in New Issue
Block a user