Move M302 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 03:29:29 -05:00
parent 8584f7e390
commit 828405cac8
3 changed files with 12 additions and 10 deletions

View File

@ -352,10 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if ENABLED(PREVENT_COLD_EXTRUSION)
#include "gcode/config/M302.h"
#endif
#if ENABLED(MORGAN_SCARA)
#include "gcode/scara/M360-M364.h"
#endif