Header and pins changes to support 5 extruders

This commit is contained in:
Scott Lahteine
2017-04-06 16:46:30 -05:00
parent 2a84122edd
commit 04050237f0
9 changed files with 66 additions and 18 deletions

View File

@@ -24,6 +24,10 @@
* AZTEEG_X3_PRO (Arduino Mega) pin assignments
*/
#if HOTENDS > 5 || E_STEPPERS > 5
#error "Azteeg X3 Pro supports up to 5 hotends / E-steppers. Comment out this line to continue."
#endif
#define BOARD_NAME "Azteeg X3 Pro"
#include "pins_RAMPS.h"