Fix manual move with MKS H43 (#21511)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Sola
2021-04-10 04:29:59 +08:00
committed by GitHub
parent 8048d1411f
commit 4cba40f9fd
5 changed files with 52 additions and 18 deletions

View File

@@ -1069,6 +1069,10 @@ private:
static void M1001();
#endif
#if ENABLED(DGUS_LCD_UI_MKS)
static void M1002();
#endif
#if ENABLED(MAX7219_GCODE)
static void M7219();
#endif