issue with macro restart
Posted: Wed Aug 31, 2022 9:22 am
Hi All,
I'd like to ask support to know why this M3 macro is not working.
in particular the line that restart the G-code execution
is not executed if this code is executed first
thanks
Giorgio
I'd like to ask support to know why this M3 macro is not working.
in particular the line that restart the G-code execution
- Code: Select all
exec.Callbutton(128);
is not executed if this code is executed first
- Code: Select all
if(!AS3.Getbuttonstate(ATC_SEALED_BUTTON)){
exec.Callbutton(ATC_SEALED_BUTTON);
while(exec.Ismacrorunning(ATC_SEALED_BUTTON) > 1 ){Thread.Sleep(20);}
}
thanks
Giorgio