Message 1 of 3
Addon post processor binding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is there a way to couple a AddOn with a post processor?
My thought's:
I have a AddOn that can have some options and scripts to modify a toolpath post processor output per block.
So each time the post calls the writeBlock function the AddOn receives the to write line and can transform that and
returns them back to output.
Hope you understand my thought's...