var fDesc=new Array(); fDesc[0] = "Antares3D is full-featured G-code viewer with powerful processing capabilities, designed specially for 3D printing.
Thanks to its unlimited editing capabilities and rich set of tools, it helps the 3D-printing funs and professionals to achieve the best possible printing quality with no hassle. Unlimited file size handling, fast processing, G-code optimization, realistic rendering and graphical layer editing all allow the user to get best out of its 3D printer and produce the professional results with ease, saving time and printing costs.
Antares3D GCE features:
Full-featured G-code text editor with syntax highlighting and safe-editing mode
3D visualizer with realistic renderer
2D graphical layer and printing steps viewer synchronized with G-code text editor
Printing process simulation in both 3D preview and 2D viewer (back-plotting)
G-code file structure viewer: printing layers, paths, and steps are grouped and easily identified
Command Builder with quick multi-line blocks insertion for the most common G-codes.
Multiple ways to highlight printed details and to select them for viewing and editing.
Powerful extrudable modifiers, used as 3D selectors, cutters, and fillers.
Adjustment of printed paths' width to fill the gaps or to make easier feature detachment.
Model translation: shift, rotation, mirror.
Powerful G-code Optimizer: noticeably reduces printing time and improves print quality."; 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 = ''; } }