Move M401_M402 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 04:16:28 -05:00
parent 0589884d26
commit 1fe25271e4
3 changed files with 13 additions and 15 deletions

View File

@ -352,10 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if HAS_BED_PROBE
#include "gcode/probe/M401_M402.h"
#endif
void quickstop_stepper() {
stepper.quick_stop();
stepper.synchronize();