diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-17 20:56:31 -0700 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-17 20:56:31 -0700 |
| commit | 9451281af9dc1eded8c832ae6d3e85bb27e73395 (patch) | |
| tree | a7ebe0281e2d4cc2eab9ea49397783838106ec76 | |
| parent | 3e223844a1cceee191b5cc89815acd6c94d358ee (diff) | |
Add example config toml
| -rw-r--r-- | example_config.toml | 14 |
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" |
