Memory watcher

This commit is contained in:
Richard Wackerbarth
2015-07-05 19:42:13 -05:00
parent d17f7ebc8a
commit ed7d45e8f5
3 changed files with 292 additions and 0 deletions

View File

@@ -225,6 +225,10 @@
*
*/
#ifdef M99_FREE_MEMORY_WATCHER
void m99_code();
#endif
#ifdef SDSUPPORT
CardReader card;
#endif
@@ -5372,6 +5376,12 @@ void process_next_command() {
break;
#endif // ENABLE_AUTO_BED_LEVELING && Z_PROBE_REPEATABILITY_TEST
#ifdef M99_FREE_MEMORY_WATCHER
case 99:
m99_code();
break;
#endif
case 104: // M104
gcode_M104();
break;