Move M300 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 03:04:52 -05:00
parent 6ed5252884
commit 4f14849675
3 changed files with 14 additions and 10 deletions

View File

@ -352,10 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if HAS_BUZZER
#include "gcode/lcd/M300.h"
#endif
#if ENABLED(PIDTEMP)
#include "gcode/config/M301.h"
#endif