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

Yep, I've got a Lynx LSY in my shop, I added the same thing, as well as mist collector ON at the beginning of every tool. I lost track of how many times I smacked that reset button.....

 

For the M110, it should be around line 1678 (give or take a bit, mine is a modded post). You want to add this line:

writeBlock(mInterferModal.format(getCode("INTERFERENCE_CHECK_OFF", getSpindle(PART)))); <-Line Added 
  // invert axes for secondary spindle
  if (getSpindle(PART) == SPINDLE_SUB) {
    invertAxes(true, false); // polar mode has not been enabled yet
  }

For the mist collector (if you want), this would go around block 1688:

// Position all axes at home
  if (insertToolCall && !machineState.stockTransferIsActive) {
    moveSubSpindle(HOME, 0, 0, true, "SUB SPINDLE RETURN", false);
    goHome();
    writeBlock(mFormat.format(132),("(MIST COLLECTOR ON)")); <--THIS LINE

Seth Madore
Customer Advocacy Manager - Manufacturing