export const arcG2G3Program = { id: "arc-g2-g3", label: "G2/G3 arc path", category: "Arc", text: [ "G90 G17 G0 X0 Y0 Z0", "G91.1", "G2 X1 Y1 I1 J0 F80", "G3 X0 Y0 I0 J-1", "M2", "", ].join("\n"), expectedMotionTypes: ["STRAIGHT_TRAVERSE", "ARC_FEED"], };