I am trying to install the klipper FW onto my Wanhau Duplicator 9 Mk2 300. I have already installed klipper and MainsailOS onto my Raspberry Pi. When I however reach the stage of building and flashing the fw for my printer, I run into problems…
When I run the “make” command, it completes with errors:
Then I run “make clean”, and then “make”, it successfully completes, but no “klipper.bin” file?
I have tried everything that I can think of, and did this about 11 or 12 times now. When checking for the serial port to be used, an error also comes up. Any help would be greatly appreciated.
PS: I have not been able to find any YT videos about using Klipper on the D9 300. I will create one, as soon as mine works
Contrary to e.g. Marlin, you do not have to compile the printer’s configuration into the firmware but it is supplied separately.
Edit:
Of course you have to flash the firmware file to your printer’s board. See klipper | Klipper is a 3d-printer firmware
Also pay attention to potential firmware / flashing information on top of the above linked cfg
Thank you kindly for the reply Sineos. I have my printer.cfg in Mainsail, cooied the basic example supplied.
I cannot seem to create the flashing firware that should go o to the MCU of the printer. I do exactly as told, but the klipper.bin never gets created for me to copy to the sd and flash the printer…
make menuconfig
make
make flash .... --> See documentation
This will flash the required firmware to your printer board
Configuring your settings:
Depending on how you install Mainsail you should already have a bare minimal printer.cfg or mainsail.cfg (this is why I do not like these blackbox solutions, as it kind of invalidates the official documentation and the user does not know how to get to the required steps)
I only tried the blackbox setup out if oure desperation. Way I understand it, after I run make, the file klipper.bin will en dup inside the OUT folder. I then take that to my sd, and flash the controller in printer.
I just cannot find that file anywhere in the OUT folder, or anywhere else.
Should I connect the printer, and then run make flash?
Hmm, actually plugging in the printer should not be needed. Klipper uses an esoteric, pseudo-telepathic interface (short EPTI) to influence the quantum spin in the MCU.
Currently Kevin is developing an additional feature, where you also no longer need a power supply. The heated bed is used to harvest the earth’s magnetic field to generate enough power for the entire system.
Hi sineos. I finally realized that the setup has been working 100% all along. The problem was, I was expecting a “klipper.bin” file to be created, but my D9 300 can be flashed without sd card using make flash. I have bought a new Pi 3 A+, and the setup was flawless. Thank you so much for your kind assistance!
I have the next major challenge, and that is with the BL Touch. The printer-wanhao-duplicator-9-2018.cfg file available to us, is for the MK 1 that uses a probe. I have been trying to get the printer working, but no response from the BL Touch. Anywhere I can look please?