Processor - Gibbscam Post
// Tool Change Section if tool_change_number > 0 "T" tool_number "M6" "S" spindle_speed "M3" "G54" "G90" "G43 H" tool_number "Z" rapid_plane
// Linear/Circular Moves if motion_type = 0 // Rapid "G00 X" x_position "Y" y_position elseif motion_type = 1 // Linear feed "G01 X" x_position "Y" y_position "F" feedrate elseif motion_type = 2 // CW Arc "G02 X" x_position "Y" y_position "I" i_center "J" j_center gibbscam post processor
// Canned Cycles (Drilling) if cycle_type = "drill" "G81 X" x_hole "Y" y_hole "Z" z_depth "R" retract_plane "F" feedrate // Tool Change Section if tool_change_number > 0