Mastercam Post Editor ((new)) -

Always test thoroughly, keep backups, and when in doubt, contact your Mastercam reseller for post support. End of complete text on Mastercam Post Editor.

[Motion blocks] prapid$ #Rapid motion pline$ #Linear motion pcir$ #Circular motion mastercam post editor

[Header comments] # Post Name: Generic Fanuc 3X Mill.pst # Product: MILL # Machine type: 3-Axis Vertical # Control: Fanuc [Start of program] Revision log -------------------------------------------------------------------------- [Variable declarations] fmt "N" 4 n fmt "X" 2 xabs fmt "Y" 2 yabs fmt "Z" 2 zabs Always test thoroughly, keep backups, and when in

ptlchg$ #Tool change "M06", *t$, "(", s_tool_name, ")", e$ peof$ #End of file "M09", e$ "M05", e$ "G91 G28 Z0", e$ "M30", e$ "M99", e$ # <--- Added custom M-code (return to main program) Task 3: Force Output of X, Y, Z on Every Line Modify the format assignment: Always test thoroughly