Basic support for Azteeg_X5_GT (#8139)

* Basic support for Azteeg_X5_GT

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

* Add fan pins for AZTEEG X5 GT

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

* Fix endstop pins

* Add servo0 pin
This commit is contained in:
Alexey Shvetsov
2017-10-31 00:01:20 +03:00
committed by Roxy-3D
parent 0b02f9cc33
commit 577659cacf
5 changed files with 3294 additions and 0 deletions

View File

@@ -306,6 +306,8 @@
#include "pins_MKS_SBASE.h"
#elif MB(AZSMZ_MINI)
#include "pins_AZSMZ_MINI.h"
#elif MB(AZTEEG_X5_GT)
#include "pins_AZTEEG_X5_GT.h"
#else
#error "Unknown MOTHERBOARD value set in Configuration.h"
#endif