Move G27 to cpp

This commit is contained in:
Scott Lahteine
2017-09-15 23:22:58 -05:00
parent a1ee1628e5
commit 13136376ee
3 changed files with 13 additions and 7 deletions

View File

@@ -357,10 +357,6 @@ void suicide() {
***************** GCode Handlers *****************
**************************************************/
#if ENABLED(NOZZLE_PARK_FEATURE)
#include "gcode/feature/pause/G27.h"
#endif
#if HAS_BED_PROBE
#include "gcode/probe/G30.h"
#if ENABLED(Z_PROBE_SLED)