var fDesc=new Array(); fDesc[0] = "MCU works directly with your toolpaths, using the same files you send to your CNC machine. MCU doesn't require any tedious setup, and most styles of toolpath are automatically recognized as they open.

Although it would be impossible to describe everything you can do with MCU, a short list would include functions such as: graphical editing, verification, file and entity analysis, backplotting, and graphical file comparison, advanced wizards for restarting, inserting additional toolchanges and surface comparisons, up to 5-axis backplot simulation, viewing of STL files and more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }