To populate setup sheets with the cutting time and total-machining time of toolpaths, NC programs and projects (in HH:MM:SS), use the parameters nCuttingTime and nTotalTime in conjunction with the new function time_to_string in the relevant .html template.
${time_to_string(stoolpath.nCuttingTime,"M")} ${time_to_string(stoolpath.nTotalTime,"M")}
${time_to_string(ncprogram.Statistics.nCuttingTime, "M")} ${time_to_string(ncprogram.Statistics.nTotalTime, "M")}
${time_to_string(project.nCuttingTime,"M")} ${time_to_string(project.nTotalTime,"M")}