Arksine / katapult

Configurable bootloader for Klipper
GNU General Public License v3.0
390 stars 67 forks source link

feat: Add support for requesting bootlader in serial mode #88

Closed Laikulo closed 9 months ago

Laikulo commented 9 months ago

This extends the current -r option to send the magic bootloader request string for serial klippers.

Laikulo commented 9 months ago

As this stands, this will only work with real serial ports (and not USB ones) until https://github.com/Klipper3d/klipper/pull/6340 is merged. I'm going to take this out of draft anyway, since it does work with the PR'd version. I've tested this over USB to an EBB36 I had lying around and flashed to USB-CDC katapult/klipper.

Laikulo commented 9 months ago

With the above klipper PR, this should address #71

Laikulo commented 9 months ago

Retracting this based on @Arksine's comment in #71, as well as a more preferred method in Klipper for virtual serial connections.