mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
NEW: add printer config file
Change-Id: I2683338ede7ff48c3ee5936c422574d6a588635d
This commit is contained in:
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user