diff --git a/Firmware/cmdqueue.cpp b/Firmware/cmdqueue.cpp index addc1e6e6..c2c634bba 100755 --- a/Firmware/cmdqueue.cpp +++ b/Firmware/cmdqueue.cpp @@ -444,7 +444,7 @@ void get_command() allow_when_stopped = true; // Handle the USB timer - if ((*cmd_start == 'G') && !IS_SD_PRINTING) + if ((*cmd_start == 'G') && !(IS_SD_PRINTING)) usb_timer.start(); if (allow_when_stopped == false && Stopped == true) {