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

Hello @jswickJ9PWC,

 

I've checked a few Mill/Turn posts here and they do reset the inverted axes when switching between the secondary and main spindle.  This code can be found in the onSectionEnd function, so the axes are reset at the end of each secondary spindle operation.  Does your post have this code?

function onSectionEnd() {
...
  if (getSpindle(false) == SPINDLE_SUB) {
    invertAxes(false, false);
  }
...

 

The inversion of the axes are handled in the post processor and not in Fusion as you've found out.  FYI, the modelPlane is not used by the post processor, but rather the workPlane is used.

 



Bob Schultz
Sr. Post Processor Developer