Closed moookino closed 1 year ago
Hi.
It's simple enough. That's why I didn't write about it.
Just copy the data/klipper-wifi-enable.patch
file to the root of klipper's sources and run the command:
patch -p1 -i klipper-wifi-enable.patch
In general, it will look like this:
<login>@<hostname>:~/tmp$ git clone https://github.com/Klipper3d/klipper
...
<login>@<hostname>:~/tmp$ git clone https://github.com/apollo80/wireless-klipper
...
<login>@<hostname>:~/tmp$ cp wireless-klipper/data/klipper-wifi-enable.patch klipper/
<login>@<hostname>:~/tmp$ cd klipper/
<login>@<hostname>:~/tmp/klipper$ patch -p1 -i klipper-wifi-enable.patch
patching file src/stm32/serial.c
<login>@<hostname>:~/tmp/klipper$
Thanks for explanation :)
hi @apollo80
Can you share how to apply patch to Klipper source code?