Removed pause at start waiting for an input byte on the USB. NB this version
has IR Z probe code. Need to make the ordinary microswitch act as a hard stop on Z when that is enabled, so it's failsafe.
This commit is contained in:
parent
6617b7f3a7
commit
a3925b2574
2 changed files with 2 additions and 2 deletions
|
@ -694,7 +694,7 @@ void Line::Init()
|
||||||
alternateInput = NULL;
|
alternateInput = NULL;
|
||||||
alternateOutput = NULL;
|
alternateOutput = NULL;
|
||||||
SerialUSB.begin(BAUD_RATE);
|
SerialUSB.begin(BAUD_RATE);
|
||||||
while (!SerialUSB.available());
|
//while (!SerialUSB.available());
|
||||||
}
|
}
|
||||||
|
|
||||||
//***************************************************************************************************
|
//***************************************************************************************************
|
||||||
|
|
Reference in a new issue