blob: 37f77dc0bf32105db4c5599bc0cf1a6d485626af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|