Skip to content

brotherchris/PrusaSerialLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Logging script for prusa printers serial output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages