# Copy this file to printers.toml (gitignored) and fill in your real # printers. See src/fleet.rs for the loader, examples/test_bambu_certs.rs # for a way to test a Bambu printer's certificate against this config. [[printer]] id = "p1p" name = "P1P" vendor = "bambu_v1" # bambu_v1 | bambu_v2 | prusa_link | prusa_serial | klipper host = "192.168.1.50" access_code = "REPLACE_WITH_ACCESS_CODE" # P1P doesn't chain to the bundled CA — point this at a cert you've # downloaded from the printer itself. Leave unset to use the bundled CA. ca_cert_path = "./certs/p1p.pem" [[printer]] id = "h2c" name = "H2C" vendor = "bambu_v2" host = "192.168.1.51" access_code = "REPLACE_WITH_ACCESS_CODE" # No ca_cert_path — current-generation printers verify against the bundled # CA (certs/bambu_ca2.pem) fine. # [[printer]] # id = "voron" # name = "Voron 2.4" # vendor = "klipper" # host = "192.168.1.52" # [[printer]] # id = "mk4" # name = "MK4" # vendor = "prusa_link" # host = "192.168.1.53" # api_key = "REPLACE_WITH_API_KEY"