Add a ported example configuration for the Velleman K8400 (Vertex) printer.

Supports both dual and single head printers (with the correct config).
Includes community sourced feed rate fix.

Rename / move files.

Remove redundant definitions.
This commit is contained in:
Anthony Birkett
2016-07-02 14:32:21 +01:00
parent 1236a3b3ab
commit a0b00d29e3
9 changed files with 3255 additions and 3 deletions

View File

@ -77,6 +77,8 @@
#include "pins_3DRAG.h"
#elif MB(K8200)
#include "pins_K8200.h"
#elif MB(K8400)
#include "pins_K8400.h"
#elif MB(TEENSYLU)
#include "pins_TEENSYLU.h"
#elif MB(RUMBA)