Page 1 of 1

Detect GCode is running?

Posted: Fri Jul 29, 2022 1:24 pm
by SamMarrocco
I've been using some flags that I set in my app manually to know when there is already GCode running, but is there a status flag in the dotnet library or event that give the status of gcode (i.e., running, stopped, etc?)

Re: Detect GCode is running?

Posted: Fri Jul 29, 2022 4:21 pm
by TomKerekes
Hi Sam,

No there isn't. The Interpreter will be running from the time you call it to Execute until you receive the callback that it has completed (normally or for any reason).