mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-14 14:56:03 -06:00
motan: Don't default to subscribing to all sensors in data_logger
Subscribing to all sensors can cause a burden on the MCU communication channels. Add a new '-s' command line option to data_logger.py that allows a user to request the subscriptions that they wish to capture. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
60b6271c98
commit
43b2d55d9b
2 changed files with 83 additions and 29 deletions
|
|
@ -90,7 +90,7 @@ later analyzed. To use this feature, Klipper must be started with the
|
|||
|
||||
Data logging is enabled with the `data_logger.py` tool. For example:
|
||||
```
|
||||
~/klipper/scripts/motan/data_logger.py /tmp/klippy_uds mylog
|
||||
~/klipper/scripts/motan/data_logger.py /tmp/klippy_uds mylog -s '*'
|
||||
```
|
||||
|
||||
This command will connect to the Klipper API Server, subscribe to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue