Data & Export

CNC Toolpath Preview

What this shows

Separate G0 travel moves from G1 cuts in a real calibration program.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

import * as EASEL from "@xsyetopz/easel";

const loader = new EASEL.GCodeLoader();
loader.mode = "toolpath";
const model = loader.parse(gcodeText);

scene.add(model);