machine mode fixes

This commit is contained in:
Kevin Santo Cappuccio 2024-01-03 11:51:27 -08:00
parent 150bc741fd
commit e8c4206175

View File

@ -11,7 +11,7 @@
#include "MachineCommands.h"
bool debugMM = true;
bool debugMM = false;
// char inputBuffer[INPUTBUFFERLENGTH] = {0};
File nodeFileMachineMode;