function processOperations() var toolpath = getToolpath();
// Retract spindle writeBlock("G0 G53 Z0 D0"); // Retract to machine Z zero
// Canned cycles function onCycle(section) var cycleType = section.getCycleType();
// Machine specific settings writeBlock("SOFT"); // Soft acceleration writeBlock("FFWON"); // Feed forward on writeBlock("DYNON"); // Dynamic response on