Yes, but was not sure how to approach it, I just got this 2nd hand printer and came across what I have shared. With the hardware I had, it seems right do a little tweaking from stock.
Learnt how to build the firmware. from WSL and openwrt
If you do a search in the original Klipper documentation Overview - Klipper documentation for “WSL” or “openwrt” you’ll not getting any hit.
I would rethink you approach and start over.
thanks for the tip. Of course, if at the end it can’t be done will find a new approach. This is only my 2nd week fooling around with the printer.
WSL is Windows Subsystem for Linux
openwrt is only for putting the wifiboc to good use.
I guess the Creality Wi-Fi Box came with the printer. To be honest, replace the Creality Wi-Fi Box with an SBC, else you’ll probably waste a lot of time without a good result. Creality is known for not supporting genuine Klipper.
I apprechiate the efforts from shivajiva101 Can not get it to work · Issue #13 · shivajiva101/KlipperWrt · GitHub but the Creality Wi-Fi Box is an old piece of hardware, witch was never officially supported by Klipper. You might also have a look here Possible threading issue in Klippy? - #3 by jakep_82 about the poor performance of the Creality Wi-Fi Box.
Thanks again, how about if I use a laptop running mint instead of the wifi box and connect to the printer.(Came across it somewhere)The thing is, I’m not sure if the printer board was successfully flashed or not.
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0'
Indicates two things:
You did not follow the official instructions, which always require verifying the path with ls /dev/serial/by-id/*.
The board is not correctly flashed, or the Linux box is unable to enumerate the board as a USB device.
When it comes to OpenWRT, Android, or some other esoteric approaches:
I do not care about these, nor do I read or check such guides.
Klipper’s recommendation is a dedicated SBC with a headless Debian or Debian-like OS.
If anything else is used, it is assumed that enough Linux administration skills are present to handle any potential issues or unexpected behavior.