Page 1 of 1

Post processor options?

Posted: Tue Dec 22, 2015 1:04 pm
by hahn_rossman
I'm trying to figure out where I can edit my post processor to add a debug feature for linuxcnc. I'd like a pop up window in Axis that tells me what operation the machine is on.

In the gcode for linuxcnc if I can have a comment that looks like (debug,name of current operation) it shoiuld work.
What i haven't found is where in the post editor I can change a variable that comments the operations.
Thanks
Hahn Rossman

Re: Post processor options?

Posted: Wed Dec 23, 2015 11:33 am
by MecSoft Support
Hi Hahn,
You can insert comment to a machining operation by selecting the operation, right mouse button click and select Properties.
Under comments to output you can enter your comment as debug,name of current operation
If you have output comments turned on in your post processor, the comment you entered would appear at the start of the operation.

Re: Post processor options?

Posted: Fri Dec 25, 2015 2:08 pm
by hahn_rossman
The other hack I found was renaming the operations to debug, name_of_op
But this has the same problem of requiring manual editing. I was hoping for a way to globally edit.
Hahn