NEW: [STUDIO-4029] add printer compatible configs

Change-Id: I2ff30c3612730bacc868b5f23b10496a370d6735
This commit is contained in:
chunmao.guo 2023-08-14 15:59:52 +08:00 committed by Lane.Wei
parent 5ba829337c
commit 182cab1f14
6 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"00.00.00.00": {
"display_name": "Bambu Lab X1 Carbon",
"print": {
"ipcam": {
"resolution_supported": [ "720p", "1080p" ],
"virtual_camera": "enabled",
"liveview": {
"remote": "enabled"
},
"file": {
"remote": "enabled"
}
}
}
},
"01.05.06.06": {
"rv2166": "00.00.21.20"
}
}

View File

@ -0,0 +1,20 @@
{
"00.00.00.00": {
"display_name": "Bambu Lab X1",
"print": {
"ipcam": {
"resolution_supported": [ "720p", "1080p" ],
"virtual_camera": "enabled",
"liveview": {
"remote": "enabled"
},
"file": {
"remote": "enabled"
}
}
}
},
"01.05.06.06": {
"rv2166": "00.00.21.20"
}
}

View File

@ -0,0 +1,22 @@
{
"00.00.00.00": {
"display_name": "Bambu Lab P1P",
"print": {
"ipcam": {
"resolution_supported": [ "720p" ],
"liveview": {
"local": "local"
}
}
}
},
"01.02.99.00": {
"print": {
"ipcam": {
"liveview": {
"remote": "enabled"
}
}
}
}
}

View File

@ -0,0 +1,23 @@
{
"00.00.00.00": {
"display_name": "Bambu Lab P1S",
"print": {
"ipcam": {
"resolution_supported": [ "720p" ],
"liveview": {
"local": "local"
}
}
}
},
"01.03.50.01": {
"resolution_supported": [ "720p" ],
"print": {
"ipcam": {
"liveview": {
"remote": "enabled"
}
}
}
}
}

View File

@ -0,0 +1,12 @@
{
"00.00.00.00": {
"print": {
"ipcam": {
"liveview": {
"local": "local",
"remote": "enabled"
}
}
}
}
}

View File

@ -0,0 +1 @@
01.07.03.01