MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 117 forks source link

Velleman Vertex Delta K8800 Board configuration #756

Open Bardje opened 4 years ago

Bardje commented 4 years ago

Currently the MK4duo firmware does not support the Velleman Vertex Delta K8800 Printer. Would it be possible to add this printer to the branch?

Velleman supplies a full schematic of how the ATMEGA2560 is connected to all the components. Most of the pinout is identical to the Velleman K8400 configuration which is already included in the MK4duo firmware, although the are some differences between the two.

I tried changing the pinout in the Pins.h file, but not all the pins can be configured there, for the LCD for example. So no luck for me.

Thanks in advanced!

Here is the schematic of the Velleman Vertex Delta: K8800-schematic-V1.4.pdf

Bardje commented 4 years ago

I did some tinkering i think i have got it to work. I used the 79.h in the boards file as a template and made this to the pinout i got from the original firmware of the K8800. Now the sketch will fully compile and i will try it on the 3D printer soon.

I named the K8800 file 80.h because this came after another product of theirs. 80.txt Original K8800 firmware: pins_K8800.txt

iosonopersia commented 4 years ago

Hi @Bardje , have you tried your pin configurations on your 3D printer yet? If it does work, it can be added to the firmware. Please let us know, it could be useful for other users too.