NEW: add printer config file
Change-Id: I2683338ede7ff48c3ee5936c422574d6a588635d
This commit is contained in:
parent
83010a0d85
commit
b1e934c71b
1 changed files with 14 additions and 0 deletions
14
resources/config.json
Normal file
14
resources/config.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue