Move G42 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 00:04:21 -05:00
parent 84ddae56a8
commit 931aa79d85
4 changed files with 14 additions and 10 deletions

View File

@@ -357,10 +357,6 @@ void suicide() {
***************** GCode Handlers *****************
**************************************************/
#if HAS_MESH
#include "gcode/probe/G42.h"
#endif
#include "gcode/geometry/G92.h"
#if HAS_RESUME_CONTINUE