Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 774 Bytes

Klipper Log Tool

Parses the log and only returns important information for debugging

Upload the last start to a pastebin

bash <(curl -sSL https://reemo3dp.github.io/klipper_log_tool/klipper_log_tool.sh) --upload

Upload all starts minus the noise to a pastebin

bash <(curl -sSL https://reemo3dp.github.io/klipper_log_tool/klipper_log_tool.sh) --upload --all-starts

Upload a klippy.log other than the default (~/printer_data/logs/klippy.log)

bash <(curl -sSL https://reemo3dp.github.io/klipper_log_tool/klipper_log_tool.sh) --upload --all-starts /home/pi/klippy.log

Only de-noise the input

bash <(curl -sSL https://reemo3dp.github.io/klipper_log_tool/klipper_log_tool.sh) --all-starts /home/pi/klippy.log