Move M999 to cpp

This commit is contained in:
Scott Lahteine
2017-09-18 00:52:06 -05:00
parent 1a37ebc76d
commit 927524af6b
3 changed files with 7 additions and 8 deletions

View File

@ -320,8 +320,6 @@ void quickstop_stepper() {
SYNC_PLAN_POSITION_KINEMATIC();
}
#include "gcode/control/M999.h"
#include "gcode/control/T.h"
#if ENABLED(USE_CONTROLLER_FAN)