// M708 // G7 Emulate (Via Macro M707 + M706 macroloop, clear Macro with M708 & reset to default Radius Mode) /* G7 Lathe Diameter Mode Program G7 to enter the diameter mode for axis X on a lathe. When in the diameter mode the X axis moves on a lathe will be 1/2 the distance to the center of the lathe. For example X1 would move the cutter to 0.500” from the center of the lathe thus giving a 1” diameter part. G8 Lathe Radius Mode Program G8 to enter the radius mode for axis X on a lathe. When in Radius mode the X axis moves on a lathe will be the distance from the center. Thus a cut at X1 would result in a part that is 2" in diameter. G8 is default at power up. */ exec.Setvar(0, 706); // Clear Macroloop Flag