3d-print-info-stamp

Generate stamp_generated.scad from print-stamp-config.json and export stamped STLs.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cesau78/cesau-skills --skill 3d-print-info-stamp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 3d-print-info-stamp
Source: https://github.com/cesau78/cesau-skills/tree/main/3d-print-info-stamp
Command: npx skills add https://github.com/cesau78/cesau-skills --skill 3d-print-info-stamp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standard workflow for OpenSCAD parts that deboss a three-line info stamp on the print-bed face: JSON config per product folder, generate stamp_generated.scad, and export STLs. Use when adding or changing print stamps, print-stamp-config.json, export scripts, or CI for 3D prints.

Core Features & Use Cases

  • Centralized per-product stamping: JSON print-stamp-config.json drives generation of stamp_generated.scad and consistent stamp placement.
  • CI/export readiness: supports automated export of stamped STLs for product variants and versioned builds.
  • Easy participation: supports multiple products with optional preview flag controlling the third line.

Quick Start

Run the product stamp workflow to generate stamp_generated.scad and export stamped STLs.

Frequently Asked Questions about 3d-print-info-stamp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OpenSCAD STL export with debossed metadata stamps?

Automating OpenSCAD stamp export involves using a JSON config to generate stamp_generated.scad and produce stamped STLs. This workflow centralizes per-product print-stamp metadata for automated builds.

What is the best way to manage multiple product versions in a 3D print stamping workflow?

Managing multiple product versions in a 3D print stamping workflow uses a print-stamp-config.json file per product folder. This config drives consistent generation of stamp_generated.scad and supports versioned STL exports.

How do I add a three-line info stamp to a 3D print bed face in OpenSCAD?

Adding a three-line info stamp to a 3D print bed face uses info_stamp_line1-3 variables generated from JSON config. A preview flag controls the third line, allowing flexible stamp metadata display.

Can I use config-json to drive OpenSCAD stamp generation for CI pipelines?

Yes, config-json drives OpenSCAD stamp generation for CI pipelines by producing stamp_generated.scad and exporting stamped STLs. This supports automated export of product variants and versioned builds.

Does OpenSCAD support embedding print-stamp metadata from a JSON config file?

OpenSCAD supports embedding print-stamp metadata by generating a stamp_generated.scad file from print-stamp-config.json. This process applies per-stem stamp flags to deboss metadata directly onto the print bed face.