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