Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 610 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 610 Bytes

PrusaSerialLog

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.