Postprocessor documentation

Hi, Where can i find the documentation for postprocessor development?
The functions available, global variables, etc

Thank you very much

menu Options-Machine-‘Post processor’, button at bottom of window labeled ‘Post Documentation’.
You can also open the pp doc in a web browser via-
file:///C:/Program%20Files%20(x86)/SheetCam%20TNG/Languages/en/HTML/Post%20Processor.htm

See also - Lua 5.1 Reference Manual - contents

For an exemplar pp with custom options UI, custom tool and operation params, rotary, G93 feedrate mode, and other feature examples, see- Post Processor Example w Custom Options popup window

For a more complete list of sheetcam global vars than are listed in the doc, debug a pp, set a breakpoint, run the pp upto the breakpoint, then examine the ‘stack’ window in the debugger, lots of goodies to examine. Some variables only seen when flow control stopped in a related function.