FIX: add setting_id for CR-6 printers
Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I376bb4dea584d8bd7fe65741541a47cb60cc4721
This commit is contained in:
parent
de13d6bcad
commit
7c89b4d225
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Creality",
|
"name": "Creality",
|
||||||
"version": "01.07.00.02",
|
"version": "01.07.00.03",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Creality configurations",
|
"description": "Creality configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_010",
|
||||||
"name": "Creality CR-6 Max 0.2 nozzle",
|
"name": "Creality CR-6 Max 0.2 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_011",
|
||||||
"name": "Creality CR-6 Max 0.4 nozzle",
|
"name": "Creality CR-6 Max 0.4 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_012",
|
||||||
"name": "Creality CR-6 Max 0.6 nozzle",
|
"name": "Creality CR-6 Max 0.6 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_013",
|
||||||
"name": "Creality CR-6 Max 0.8 nozzle",
|
"name": "Creality CR-6 Max 0.8 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_014",
|
||||||
"name": "Creality CR-6 SE 0.2 nozzle",
|
"name": "Creality CR-6 SE 0.2 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_015",
|
||||||
"name": "Creality CR-6 SE 0.4 nozzle",
|
"name": "Creality CR-6 SE 0.4 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_016",
|
||||||
"name": "Creality CR-6 SE 0.6 nozzle",
|
"name": "Creality CR-6 SE 0.6 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
|
"setting_id": "GM_CREALITY_017",
|
||||||
"name": "Creality CR-6 SE 0.8 nozzle",
|
"name": "Creality CR-6 SE 0.8 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
Loading…
Reference in New Issue