This commit is contained in:
Anders Sandstrom
2022-01-20 17:37:08 +01:00
parent 08053a9896
commit 2917bdfeb5
2 changed files with 1 additions and 3 deletions

View File

@@ -318,8 +318,7 @@ void ecmcGrbl::doMainWorker() {
}
// grb realtime thread!!!
void ecmcGrbl::grblRTexecute() {
printf("HEPP");
void ecmcGrbl::grblRTexecute() {
for(int i=0; i < 30; i++) {
if(!grblInitDone_) {
break;

View File

@@ -80,7 +80,6 @@ void grblDestruct(void)
**/
int grblRealtime(int ecmcError)
{
printf("ASDASDASDASDASdsadöjasjdalsdjlasdj\n");
lastEcmcError = ecmcError;
execute();
return 0;