How to convert Toolpath JSON to G-code
Before you start
Paste valid Toolpath JSON syntax or drop one or more .toolpath.json files.
Accepted: .toolpath.json · application/json- Paste valid Toolpath JSON content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable G-code text and a correctly named download.
How this converter behaves
Biological, molecular, genomic, matrix, and binary scientific metadata are parsed into bounded typed records and serialized locally without executing content.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Scientific records are validated and normalized, but domain-specific annotations and application conventions may require expert review.
- Toolpaths are inspected and normalized only. Machine state, offsets, canned cycles, macros, extrusion semantics, controller dialects, and physical safety are not simulated; always verify output in the target machine software.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable G-code text and a correctly named download.
{"units":"millimeters","positioning":"absolute","motions":[{"kind":"rapid","x":0,"y":0,"z":5},{"kind":"linear","z":0,"feed":300},{"kind":"linear","x":40,"y":0,"feed":900},{"kind":"linear","x":40,"y":20},{"kind":"linear","x":0,"y":20},{"kind":"linear","x":0,"y":0}]}