Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
info5APCW
in reply to: info5APCW

I played around with the debugger a bit and figured out the problem.

 

You need to add the line above.  This worked perfect.

    mInterferModal.reset();
     writeBlock(mInterferModal.format(getCode("INTERFERENCE_CHECK_OFF", getSpindle(PART))));
 
I also moved this code right after it outputs the tool number and comment.   Otherwise it outputs an M110 after every operation, even if it is the same tool number.  I'll try it like this and see how it works out.