From b1e934c71b1cfa496350b503eb6ea767f939e689 Mon Sep 17 00:00:00 2001 From: Stone Li Date: Tue, 30 Aug 2022 20:22:08 +0800 Subject: [PATCH] NEW: add printer config file Change-Id: I2683338ede7ff48c3ee5936c422574d6a588635d --- resources/config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 resources/config.json diff --git a/resources/config.json b/resources/config.json new file mode 100644 index 000000000..767235566 --- /dev/null +++ b/resources/config.json @@ -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" + } + ] +}