gcode
Generate, inspect, dry-run, and statically validate plain FDM .gcode from 3D mesh files by orchestrating real slicer CLIs. Use when Codex needs to slice .stl, .obj, unsliced .3mf, .ply, .glb, or .gltf into printer-profiled G-code, discover local slicer backends, inspect whether a mesh is slice-ready, or validate generated G-code before any printer-specific handoff.
- installs 8w
- 3,309
- 30-day movement
- starts with the next reading
- Related entries
- 2
- Connections
- 0
An agent skill (SKILL.md) that lets an AI coding agent generate, inspect, dry-run, and statically validate plain FDM .gcode from 3D mesh files by driving real slicer CLIs. It defines a workflow for supported mesh inputs (.stl, .obj, unsliced .3mf, .ply, .glb, .gltf), requires explicit printer/profile wrapper JSON, prefers OrcaSlicer/PrusaSlicer/CuraEngine backends, and validates output before printer handoff.
You need a guarded, reproducible path from a mesh file to validated G-code without the agent guessing profiles or slicer commands.
Use it to
- Slice a mesh into printer-profiled G-code via a local slicer CLI
- Discover which slicer backends are installed locally
- Check whether a mesh is slice-ready before slicing
- Statically validate generated G-code before printer handoff
For AI coding agents and developers automating slicing pipelines
- Host repository
- earthtojake/text-to-cad
- Installs, lifetime
- 6,700
- Installs, 8 weeks
- 3,309
- Host stars
- 16k
- Host language
- Python