summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example_config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/example_config.toml b/example_config.toml
new file mode 100644
index 0000000..37f77dc
--- /dev/null
+++ b/example_config.toml
@@ -0,0 +1,14 @@
+# rename this to config.toml and add your own printers here
+
+[[printers]]
+type = "prusa"
+name = "ExamplePrusa"
+host = "ExamplePrusa"
+api_key = "example"
+
+[[printers]]
+type = "bambu"
+name = "ExampleBambu"
+host = "ExampleBambu"
+access_code = "12345"
+serial_number = "ABCDE"