04-23-2020, 11:43 PM
Jeremy,
I am trying to figure out how to update the Fanuc post processor to insert custom logic instead of the "Detach from Tool" generic logic that is currently generated. I understand (in general) how the post processor works and would have expected to see something like
def detach(self):
io_var = '! Detach from Tool;"
self.addline('io_var')
but can't find any references in the post file for the word "detach".
Thanks
Kevin
I am trying to figure out how to update the Fanuc post processor to insert custom logic instead of the "Detach from Tool" generic logic that is currently generated. I understand (in general) how the post processor works and would have expected to see something like
def detach(self):
io_var = '! Detach from Tool;"
self.addline('io_var')
but can't find any references in the post file for the word "detach".
Thanks
Kevin