machine_type = "mill" axis_limit = 3 optional_axis = "A" ; 4th axis rotary around X
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] """ delcam powermill post processor for mach3 11
flood_on = "M08" flood_off = "M09"
arc_center_mode = "incremental" ; Mach3 requires I/J relative to start point machine_type = "mill" axis_limit = 3 optional_axis =
spindle
template = """ G00 X[X] Y[Y] Z[Z] """
start_of_program = """ % G90 G94 G17 G40 G80 G21 (mm units) G91.1 (incremental arc center mode for Mach3) G64 (constant velocity mode) G90 M09 M05 """ delcam powermill post processor for mach3 11