From 0eb20e88d793c01d3987a8362ccf39f5838661f2 Mon Sep 17 00:00:00 2001 From: sigil-03 Date: Thu, 11 Jul 2024 13:28:04 -0600 Subject: [PATCH] add template printer config file --- printer_config_template.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 printer_config_template.toml diff --git a/printer_config_template.toml b/printer_config_template.toml new file mode 100644 index 0000000..640b069 --- /dev/null +++ b/printer_config_template.toml @@ -0,0 +1,7 @@ +[printer] +model = "prusa-mk4" # only the mk4 is supported currently +api_key = # put your prusalink API key here +ip_addr = # put your printer's IP address here + +[materials] +# Eventually you'll be able to configure the printer's materials here. Not supported yet.