We've opened up CAMP-2693 to fix this issue. If you wish to continue using your Post Processor with the non-standard Z home positioning, you would need to edit your post. You can do this by:
1: "Comment" out the following lines in "onSectionEnd":
/*if (getSpindle(PART) == SPINDLE_SUB) {
invertAxes(false, false);
}*/
(Notice how it has "/* and */ in there? That's what you need to do)
2: modify the following code in onSection (at line 2091 in the latest version).
// invert axes for secondary spindle
invertAxes(getSpindle(PART) == SPINDLE_SUB, false); // polar mode has not been enabled yet
Seth Madore
Customer Advocacy Manager - Manufacturing