summaryrefslogtreecommitdiff
path: root/example_config.toml
diff options
context:
space:
mode:
authorSerguey Parkhomovsky <xindigo@gmail.com>2026-03-17 20:56:31 -0700
committerSerguey Parkhomovsky <xindigo@gmail.com>2026-03-17 20:56:31 -0700
commit9451281af9dc1eded8c832ae6d3e85bb27e73395 (patch)
treea7ebe0281e2d4cc2eab9ea49397783838106ec76 /example_config.toml
parent3e223844a1cceee191b5cc89815acd6c94d358ee (diff)
Add example config toml
Diffstat (limited to 'example_config.toml')
-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"