Move M48 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 04:13:55 -05:00
parent be8d913484
commit fc52fc72ac
3 changed files with 17 additions and 10 deletions

View File

@@ -370,10 +370,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
#include "gcode/calibrate/M48.h"
#endif
#include "gcode/stats/M75.h"
#include "gcode/stats/M76.h"
#include "gcode/stats/M77.h"