04-28-2022
03:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-28-2022
03:50 PM
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
Fusion