Insert Debug DRYRUN Repetier Host compatible

This commit is contained in:
MagoKimbra
2015-06-01 18:34:45 +02:00
parent 881146bc22
commit 76306f9073
4 changed files with 41 additions and 2 deletions

View File

@@ -421,6 +421,20 @@
#define MSG_END_MINUTE "minutes"
#endif
// Debug
#ifndef MSG_DEBUG_ECHO
#define MSG_DEBUG_ECHO "DEBUG ECHO ENABLED"
#endif
#ifndef MSG_DEBUG_INFO
#define MSG_DEBUG_INFO "DEBUG INFO ENABLED"
#endif
#ifndef MSG_DEBUG_ERRORS
#define MSG_DEBUG_ERRORS "DEBUG ERRORS ENABLED"
#endif
#ifndef MSG_DEBUG_DRYRUN
#define MSG_DEBUG_DRYRUN "DEBUG DRYRUN ENABLED"
#endif
#ifdef DELTA_CALIBRATION_MENU
#ifndef MSG_DELTA_CALIBRATE
#define MSG_DELTA_CALIBRATE "Delta Calibration"