How to generate multiple files during post processing, one per tool change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. I'm using the LinuxCNC post processors from HSM Posts. I like to generate one post per operation generally, step through them one by one, tweaking each operation as needed. Currently, to generate the posts, I need to select each operation, one after another, type in 1001, then select the next and type in 1002, etc. Is there a way to generate one file per operation, in order?
I found the following link to a FAQ that suggests others out there have the opposite problem and want to know how to combine all the operations into a single file. If there is not an easy toggle for generating one file per operation, please point out a post that does generate one file per operation so I can learn how this is done.
The most ideal situation would be one post per group of consecutive operations with the same tool, with no reordering of tools. For example, operations O1-4 using tools T1, T2, T2, T1 would generate three files F1-3, with operations O1, O2-3, O4. If there's something that I do to enable this behavior or anyone know of a post that already does this please let me know.
A small UI tweak that would help is to have the default file name in the post processor dialog update depending on the setup and operation that are currently selected. All increasing, without any filename collisions. Am I overlooking this? Even defining those manually in each operation would be an improvement over counting operations and typing a filename.
Thank you, Kent