Add: Board for Vellemann K8200 (derived from 3Drag)

## Add: Board for Vellemann K8200 (derived from 3Drag)

* Boards.h: updated comment for board 3Drag - K8200 removed
* Boards.h: added `BOARD_K8200` with ID 78

* language.h.: machine name and firmware URL for new board

* pins.h: added `K8200` to any `#if` with `3Drag` and corresponding
comments
This commit is contained in:
CONSULitAS
2015-01-20 20:46:20 +01:00
parent e13f159343
commit 3b50a5e2e6
3 changed files with 14 additions and 10 deletions

View File

@ -41,6 +41,9 @@
#elif MB(3DRAG)
#define MACHINE_NAME "3Drag"
#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
#elif MB(K8200)
#define MACHINE_NAME "K8200"
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"
#elif MB(5DPRINT)
#define MACHINE_NAME "Makibox"
#define FIRMWARE_URL "https://github.com/MarlinFirmware/Marlin"