Move M206 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 01:43:20 -05:00
parent 7aca9fe2f7
commit 33861d4e04
3 changed files with 11 additions and 9 deletions

View File

@ -355,10 +355,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if HAS_M206_COMMAND
#include "gcode/geometry/M206.h"
#endif
#if IS_KINEMATIC
#include "gcode/calibrate/M665.h"
#endif