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.