gcode-to-text

Official

Geometrically decode text from GCODE toolpaths.

Authorletta-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides strategies for extracting text content that is encoded geometrically within GCODE toolpaths, enabling text recovery from coordinate data used in 3D printing and CNC programs.

Core Features & Use Cases

  • Metadata-first checks: Quick searches for M117 and metadata that may hint at text.
  • Geometric reconstruction: Parse X/Y coordinates to infer letter shapes and spacing.
  • Visualization guidance: Plot toolpaths to visually validate reconstructed text.

Quick Start

Example: extract G0/G1 coordinates from a GCODE file and plot the toolpath to reveal encoded text shapes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: gcode-to-text
Download link: https://github.com/letta-ai/skills/archive/main.zip#gcode-to-text

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository