Move M380_M381 to cpp, solenoid feature

This commit is contained in:
Scott Lahteine
2017-09-17 03:43:45 -05:00
parent 9be8cb0ac9
commit 4a220a8b79
6 changed files with 82 additions and 31 deletions

View File

@ -352,10 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if ENABLED(EXT_SOLENOID)
#include "gcode/control/M380_M381.h"
#endif
#include "gcode/control/M400.h"
#if HAS_BED_PROBE