DangerKlippers / danger-klipper

Klipper but... Dangerous
GNU General Public License v3.0
255 stars 83 forks source link

canbus: Add CMD_QUERY_UNASSIGNED extended response, enabling query response after id assignment #391

Closed kageurufu closed 3 weeks ago

kageurufu commented 1 month ago

msg=[0x00] responds with a klipper-compatible response

msg=[0x00, 0x01] enables extended responses.

This also updates scripts/canbus_query.py to use the extended query, now listing Found canbus_uuid=%012x, Application: Danger-Klipper, Unassigned Found canbus_uuid=%012x, Application: Danger-Klipper, Assigned: 05

Checklist