Move M250 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 03:23:20 -05:00
parent ebb9bd5419
commit 8584f7e390
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 HAS_LCD_CONTRAST
#include "gcode/lcd/M250.h"
#endif
#if ENABLED(PREVENT_COLD_EXTRUSION)
#include "gcode/config/M302.h"
#endif