NEW: add printer config file

Change-Id: I2683338ede7ff48c3ee5936c422574d6a588635d
This commit is contained in:
Stone Li 2022-08-30 20:22:08 +08:00 committed by Lane.Wei
parent 83010a0d85
commit b1e934c71b

14
resources/config.json Normal file
View file

@ -0,0 +1,14 @@
{
"printers": [
{
"display_name": "Bambu Lab X1",
"model_id": "BL-P002",
"printer_type": "3DPrinter-X1"
},
{
"display_name": "Bambu Lab X1 Carbon",
"model_id": "BL-P001",
"printer_type": "3DPrinter-X1-Carbon"
}
]
}