If I understood your statement, I should make modifications in MASSO MILL.cps file (fusion360), right? If yes, can you point which lines are subject to modification and how?
I guess lines:
101: var bOutput = createVariable({prefix:"B"}, abcFormat);--> var bOutput = createVariable({prefix:"C"}, abcFormat);
and:
102: var cOutput = createVariable({prefix:"C"}, abcFormat); ----> var cOutput = createVariable({prefix:"B"}, abcFormat);
I am not sure about it, and don't know if other modifications are necessary.
Thanks