Add Anycubic 0.0.2 debug feature

This commit is contained in:
Knutwurst
2022-01-09 14:34:15 +01:00
parent 0ae2f00fc8
commit 12545edfc7
4 changed files with 49 additions and 1 deletions

View File

@@ -1187,6 +1187,10 @@ private:
static void M710_report(const bool forReplay=true);
#endif
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
static void M9999();
#endif
static void T(const int8_t tool_index);
};