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

@@ -76,7 +76,7 @@ void GcodeSuite::M600() {
if (AnycubicTouchscreen.ai3m_pause_state < 2) {
AnycubicTouchscreen.ai3m_pause_state = 2;
#ifdef ANYCUBIC_TFT_DEBUG
SERIAL_ECHOPAIR(" DEBUG: M600 - AI3M Pause State set to: ", AnycubicTouchscreen.ai3m_pause_state);
SERIAL_ECHOPGM(" DEBUG: M600 - AI3M Pause State set to: ", AnycubicTouchscreen.ai3m_pause_state);
SERIAL_EOL();
#endif
}