Logging script for prusa printers serial output.
The easiest way to install the logging is to run it all as one command. This will put all the files in the correct locations.
sudo wget -O serMonInstall.sh https://github.com/brotherchris/PrusaSerialLog/raw/main/serMonInstall.sh && sudo chmod 777 serMonInstall.sh && ./serMonInstall.sh && echo
To tail the log, run this: tail -F ~/log/serial.csv |egrep "$(date +"%a")|Percent"
speedTime.sh - you can use this to adjust settings on the MMU3 (like load speed). I use it as a CRON job. Make sure to ajust permissions to allow it to run.