Can we get a post processor written for the CNC Masters MX 4 axis control? It's a relatively short list of G and M code but also has probing capabilities.
Here is the list.
The Master Software supports these standard Milling Machine G-Codes and M-codes:
G00 = Position (Fast speed)
G01 = Linear interpolation (Feed speed)
G02 = Circular interpolation (CW)
G03 = Circular Counter-clockwise interpolation (CCW)
Format: X__Y__I__J__ I,J are relative distance from start to center. Incremental Z can be added for helical designs.
G40 = Cancels G41 and/or G42
G41 = Tool Radius compensation left
G42 = Tool Radius compensation right
G54 = Work Offset in Absolute Mode
G55 = Work Offset
G56 = Work Offset
G57 = Work Offset
G58 = Work Offset
G59 = Work Offset
G70 = Input in inches
G71 = Input in millimeters
G73 = High-Speed Peck Drilling Cycle
G81 = Drilling Cycle
G82 = Counter Boring Cycle
G80 = Cancel Cycle
G83 = Deep Hole Peck Drilling Cycle
G90 = Absolute move (Modal)
G91 = Relative/Incremental move (Modal)
M00 = Pause
M03 = Spindle on
M04 = Spindle on reverse
M05 = Spindle off
M08 = Coolant on
M09 = Coolant off
M30 = End program
This control has 4 axis and is capable of running all simultaneously
X,Y,Z, and W
W is a simple rotary table that can be set up in A,B, and C positions
Thanks,
Dave