From 71fe64c76f9eb718adb3d50ca10d57001e51b26a Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 17 Apr 2022 11:46:30 -0400 Subject: [PATCH] add readme and explicit license --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1ebbea0 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# off-board Prusa Connect server for Prusa MINI + +Because of , I wanted to have the actual prusa WUI running off the printer, but still getting its data from the printer API. This little go file does the trick. + +Since this makes use of the GPLv3 WUI code, I hereby license this under that as well. + +main.js and main.css are taken from the [4.3.4 release](https://github.com/prusa3d/Prusa-Firmware-Buddy/releases/tag/v4.3.4).