From 9451281af9dc1eded8c832ae6d3e85bb27e73395 Mon Sep 17 00:00:00 2001 From: Serguey Parkhomovsky Date: Tue, 17 Mar 2026 20:56:31 -0700 Subject: Add example config toml --- example_config.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 example_config.toml 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" -- cgit v1.2.3