Added configuration example for the BQ Hephestos 2 3D printer.

Added support for BQ ZUM Mega 3D board and stock Hephestos 2 thermistor.
This commit is contained in:
jbrazio
2016-02-27 19:17:07 +00:00
committed by Scott Lahteine
parent 45bcc43e48
commit b82d91eca6
7 changed files with 1633 additions and 1 deletions

View File

@@ -126,6 +126,8 @@
#include "pins_RIGIDBOARD.h"
#elif MB(MEGACONTROLLER)
#include "pins_MEGACONTROLLER.h"
#elif MB(BQ_ZUM_MEGA_3D)
#include "pins_BQ_ZUM_MEGA_3D.h"
#elif MB(99)
#include "pins_99.h"
#else