05-15-2022
05:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-15-2022
05:13 PM
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
Fusion