Move M140, M190 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 22:13:32 -05:00
parent 5b3e49babd
commit 7479ff98b7
5 changed files with 38 additions and 27 deletions

View File

@ -502,8 +502,9 @@ private:
#endif
#endif
#if HAS_TEMP_BED
#if HAS_HEATER_BED && HAS_TEMP_BED
static void M140();
static void M190();
#endif
#if ENABLED(ULTIPANEL)
@ -532,10 +533,6 @@ private:
#endif
#endif
#if HAS_TEMP_BED
static void M190();
#endif
static void M200();
static void M201();