I am working on the part I've been setting up the 4th axis for today and ran into some interesting issues.
The part consists of a round shaft at one end and a triangle shape to hold mirror parts. It's one part of a larger component and had a unique shape. I programmed the part up no problem and was about to copy and paste the toolpaths over manually to the other side when I remembered the pattern tool in Fusion360, which allows you to mirror the same setup to different geometry. I used the rotational path and selected the center of rotation where it would rotate in the a-axis.
I ran through the whole program for the first side and noticed the finish inside one of the grooves left a mark where the endmill left the cavity. The part required it to have an excellent finish in that area, so I had to reprogram that toolpath to have a slow ramp out rather than a direct vertical climb. I specifically made sure only to select the one finishing toolpath for the first operation and not the whole pattern. However, when I ran the machine, it did the first toolpath no problem, but then it rotated the part and started doing the finishing operation on the sides I hadn't yet machined, thus causing a crash. For a few moments, I was baffled as to what happened, but then I reviewed the CAM file in Fusion and found that when I only selected the one toolpath, it read it with the pattern and translated it to the other sides. The concerning thing is that it didn't show me that it would only show my selection of the one side and not all three like it was in the g-code. I thought the pattern toolpaths would only be activated when you selected the pattern itself, and posting individual toolpaths would be independent of that.