var fDesc=new Array(); fDesc[0] = "The Mach series of software was originally developed for the home hobbyist, but has quickly turned into one of the most versatile control packages for industrial use as well.
Here are some of the basic features and functions provided by Mach3: converts a standard PC to a fully featured, 6-axis CNC controller , allows direct import of DXF, BMP, JPG, and HPGL files through LazyCam , visual Gcode display , generates Gcode via LazyCam or Wizards , fully customizable interface , customizable M-Codes and Macros using VBscript"; 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 = ''; } }