var fDesc=new Array(); fDesc[0] = "Bmp2Cnc is a software that reads the file in bitmap format (Jpg or BMP with 32,24,16,8 or 1 bit/plane color).Bmp2Cnc also create an .STL file and an .DXF (only 3DFace entities) file for use in other CAD/CAM applications.Bmp2Cnc includes a great number of open post-processor such as:
Fanuc, Fadal, Haas, Heidehain, Siemens, Mach2/3, TurboCnc.Bmp2Cnc uses the different level or shades to produce the depth of cut or Z-axis, as well as scaling the X-Y coordinates to the desired carving size."; 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 = ''; } }