mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
NEW: [STUDIO-4029] add printer compatible configs
Change-Id: I2ff30c3612730bacc868b5f23b10496a370d6735
This commit is contained in:
parent
5ba829337c
commit
182cab1f14
6 changed files with 98 additions and 0 deletions
20
resources/printers/BL-P001.json
Normal file
20
resources/printers/BL-P001.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
20
resources/printers/BL-P002.json
Normal file
20
resources/printers/BL-P002.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
22
resources/printers/C11.json
Normal file
22
resources/printers/C11.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
23
resources/printers/C12.json
Normal file
23
resources/printers/C12.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
resources/printers/N1.json
Normal file
12
resources/printers/N1.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"00.00.00.00": {
|
||||||
|
"print": {
|
||||||
|
"ipcam": {
|
||||||
|
"liveview": {
|
||||||
|
"local": "local",
|
||||||
|
"remote": "enabled"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
resources/printers/version.txt
Normal file
1
resources/printers/version.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
01.07.03.01
|
Loading…
Add table
Add a link
Reference in a new issue