manu7irl / klipper-DWC2-installer

to streamline the install or upgrade of KLIPPER & DWC2 front-end for it. With these 2 together no need to use octoprint. I run mine on orangepi zero with H2+ CPU 512MB and it works nicely.
GNU General Public License v3.0
55 stars 13 forks source link

Proposal: Change the Klippy Log to be stored on the virtual SD card for DWC #9

Closed lukeslaboratory closed 4 years ago

lukeslaboratory commented 4 years ago

Hey - I was just doing some updates to my config and I think it would be another neat step if the log file could be changed to be stored in the virtual SD card, where it could be seen by DWC under sys and you could interact with it there. It beats every time needing to SSH into the machine to review and delete the klippy log when tracking down issues.

Thanks!

tripstar76 commented 4 years ago

Create a symlink....

ln -s /tmp/klippy.log ~/sdcard/sys/klippy.log

manu7irl commented 4 years ago

good point I can add this, to the script.

manu7irl commented 4 years ago

I added that on the last commit, please test if you see your log file in there...

manu7irl commented 4 years ago

corrected a bad copy paste... now it should work..