Post Processor For Mach3 11 | Delcam Powermill
template = """ G00 X[X] Y[Y] Z[Z] """
arc_center_mode = "incremental" ; Mach3 requires I/J relative to start point
template = """ G00 A[A] """
clockwise = """ G02 X[X] Y[Y] I[I] J[J] F[FEEDRATE] """ counter_clockwise = """ G03 X[X] Y[Y] I[I] J[J] F[FEEDRATE] """
coolant
format
circular_move
template = "G04 P[MILLISECONDS]"