mindcubby

A collection of tools and utilities for 3D printing, starting with G-coder.


Table of Contents

πŸš€ G-coder

Generate Printables Specifications from G-Code Files

A lightweight, browser-based tool that automatically extracts print specifications from 3D printer G-code files and formats them as ready-to-paste Markdown tables for Printables.com listings. Works with Cura, PrusaSlicer, and SuperSlicer exports.

Features

βœ… No Installation Required – Runs entirely in your browser
βœ… Fast Processing – Parse G-code files instantly
βœ… Multi-Slicer Support – Works with Cura and PrusaSlicer
βœ… Curated Printables Output – Copy formatted specs directly to Printables listings
βœ… Complete Settings Export – Download ALL 360+ extracted G-code settings as JSON
βœ… No Data Upload – All processing happens locally

How to Use

  1. Visit https://dreisdesign.github.io/mindcubby/3d/apps/gcoder/
  2. Select your .gcode file
  3. Choose an action:
    • Copy for Printables (Rich Text) – Paste into Printables description
    • All Settings (JSON) – Download complete G-code settings for analysis
    • Download .md – Save curated specs as Markdown

πŸŒ€ Rotater

View and export rotating 3D STL models as animated GIF, MP4 video, or PNG β€” entirely in the browser.

Features

Quick Web Usage

  1. Serve the app folder locally (ES modules require http://):
python3 -m http.server 8765
# then open http://localhost:8765
  1. Open 3d/apps/rotater/index.html, drag & drop an .stl, tweak appearance, and export.

What’s Next?

Future tools for the mindcubby suite:


License

MIT – See individual tool directories for details.