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,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"
}
}
}
}
}