Move M140, M190 to cpp
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user