Move M665 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 02:21:21 -05:00
parent 33861d4e04
commit f5877aa93e
3 changed files with 16 additions and 10 deletions

View File

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