mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 05:29:59 +08:00
NEW: add printer config file
Change-Id: I2683338ede7ff48c3ee5936c422574d6a588635d
This commit is contained in:
parent
83010a0d85
commit
b1e934c71b
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…
x
Reference in New Issue
Block a user