Move G31_G32 to cpp

This commit is contained in:
Scott Lahteine
2017-09-15 23:31:06 -05:00
parent 9db5d21837
commit b8adae0785
3 changed files with 13 additions and 10 deletions

View File

@@ -357,10 +357,6 @@ void suicide() {
***************** GCode Handlers *****************
**************************************************/
#if ENABLED(Z_PROBE_SLED)
#include "gcode/probe/G31_G32.h"
#endif
#if ENABLED(G38_PROBE_TARGET)
#include "gcode/probe/G38.h"
#endif