var fDesc=new Array(); fDesc[0] = "ATD EDIT can be used to create your own CNC programs from scratch or modify existing CNC programs whether hand-written or made with other CNC G-code editing software (like CAD or CAM). ATD EDIT can port a CNC program from one CNC machine to another quickly, with only one click.
Some features include:
- Unlimited file size - edit huge files faster than ever before.
- Smart searches - search for one number or a range of numbers on any axis.
- Smart search and replace - combine our smart search technology with the ability to replace text.
- Renumber blocks - create block numbers suited to your machine.
- Remove comments - remove comments from your program to save file space.
- Format numbers - make your numbers work on your machine.
- Mirror - mirror an entire program at zero or any other known value.
- Operations - add, subtract, multiply, or divide any axis.
- DNC - send and receive to multiple machines and even edit a file while it's being sent.
- Quick G-code Reference - just click and get a customized definition of any G-code.
- Inquire size - find the maximum and minimum of any axis and even list each movement.
- Axis highlighting - customize colors to make your programs more readable.
- Macros - record anything you do in ATD EDIT to play it back on any other file."; 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 = ''; } }