Move M666 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 02:25:52 -05:00
parent f5877aa93e
commit 6c7bad8bc3
3 changed files with 18 additions and 12 deletions

View File

@ -355,10 +355,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if ENABLED(DELTA) || ENABLED(Z_DUAL_ENDSTOPS)
#include "gcode/calibrate/M666.h"
#endif
#include "gcode/control/M211.h"
#include "gcode/config/M220.h"