Hello
I have a long TP program with a lot of moves and welds and I'd like to apply offsets to some sections of it. Adding the offset to every instruction seems horribly painful... Is there way I can just apply an offset with an instruction so that all subsequent lines have the offset applied? and then remove the offset with another instruction?
If there's no specific instruction for this..... what would be a good way to achieve this behavior? I'm thinking of using frames, but I don't know if tool frames or user frames would be more appropriate...