From 182cab1f14ebdd294618d5c80f4f35e5aab094cc Mon Sep 17 00:00:00 2001 From: "chunmao.guo" Date: Mon, 14 Aug 2023 15:59:52 +0800 Subject: [PATCH] NEW: [STUDIO-4029] add printer compatible configs Change-Id: I2ff30c3612730bacc868b5f23b10496a370d6735 --- resources/printers/BL-P001.json | 20 ++++++++++++++++++++ resources/printers/BL-P002.json | 20 ++++++++++++++++++++ resources/printers/C11.json | 22 ++++++++++++++++++++++ resources/printers/C12.json | 23 +++++++++++++++++++++++ resources/printers/N1.json | 12 ++++++++++++ resources/printers/version.txt | 1 + 6 files changed, 98 insertions(+) create mode 100644 resources/printers/BL-P001.json create mode 100644 resources/printers/BL-P002.json create mode 100644 resources/printers/C11.json create mode 100644 resources/printers/C12.json create mode 100644 resources/printers/N1.json create mode 100644 resources/printers/version.txt diff --git a/resources/printers/BL-P001.json b/resources/printers/BL-P001.json new file mode 100644 index 000000000..259ce2713 --- /dev/null +++ b/resources/printers/BL-P001.json @@ -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" + } +} \ No newline at end of file diff --git a/resources/printers/BL-P002.json b/resources/printers/BL-P002.json new file mode 100644 index 000000000..4dac733e1 --- /dev/null +++ b/resources/printers/BL-P002.json @@ -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" + } +} \ No newline at end of file diff --git a/resources/printers/C11.json b/resources/printers/C11.json new file mode 100644 index 000000000..95d20e3db --- /dev/null +++ b/resources/printers/C11.json @@ -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" + } + } + } + } +} \ No newline at end of file diff --git a/resources/printers/C12.json b/resources/printers/C12.json new file mode 100644 index 000000000..455f0f52d --- /dev/null +++ b/resources/printers/C12.json @@ -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" + } + } + } + } +} \ No newline at end of file diff --git a/resources/printers/N1.json b/resources/printers/N1.json new file mode 100644 index 000000000..0e8884e47 --- /dev/null +++ b/resources/printers/N1.json @@ -0,0 +1,12 @@ +{ + "00.00.00.00": { + "print": { + "ipcam": { + "liveview": { + "local": "local", + "remote": "enabled" + } + } + } + } +} \ No newline at end of file diff --git a/resources/printers/version.txt b/resources/printers/version.txt new file mode 100644 index 000000000..a0c15617e --- /dev/null +++ b/resources/printers/version.txt @@ -0,0 +1 @@ +01.07.03.01