-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Klipper Log Tool | ||
|
||
Parses the log and only returns important information for debugging | ||
|
||
## Upload the last start to a pastebin | ||
|
||
```bash | ||
bash <(curl -sSL https://raw.githubusercontent.com/reemo3dp/klipper_log_tool/main/klipper_log_tool.sh) --upload | ||
``` | ||
|
||
## Upload all starts minus the noise to a pastebin | ||
|
||
```bash | ||
bash <(curl -sSL https://raw.githubusercontent.com/reemo3dp/klipper_log_tool/main/klipper_log_tool.sh) --upload --all-starts | ||
``` | ||
|
||
## Upload a klippy.log other than the default (~/printer_data/logs/klippy.log) | ||
|
||
```bash | ||
bash <(curl -sSL https://raw.githubusercontent.com/reemo3dp/klipper_log_tool/main/klipper_log_tool.sh) --upload --all-starts /home/pi/klippy.log | ||
``` | ||
|
||
## Only de-noise the input | ||
|
||
```bash | ||
bash <(curl -sSL https://raw.githubusercontent.com/reemo3dp/klipper_log_tool/main/klipper_log_tool.sh) --all-starts /home/pi/klippy.log | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters