meshy-3d-printing

Solid

3D print models generated with Meshy AI. Handles printability analysis, slicer integration, multi-color printing guidance, and print-optimized download workflows. Use when the user mentions 3D printing, slicing, Bambu, OrcaSlicer, Prusa, Cura, Creality Print, or wants to print a figurine, miniature, or physical model.

AI & Automation 3 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Meshy 3D Printing Prepare and send Meshy-generated 3D models to a slicer for 3D printing. This skill covers the full print pipeline: generating print-ready models, checking printability, downloading in slicer-compatible OBJ format, and opening in the user's preferred slicer software. **Prerequisite:** This skill works alongside `meshy-3d-generation`. The generation skill provides the reusable script template (`create_task`, `poll_task`, `download`, `get_project_dir`, etc.) and environment setup. If the model has not been generated yet, use `meshy-3d-generation` first. --- ## Intent Detection Proactively suggest 3D printing when these keywords appear in the user's request: - **Direct**: print, 3d print, slicer, slice, bambu, orca, prusa, cura - **Implied**: figurine, miniature, statue, physical model, desk toy, phone stand When detected, guide the user through the appropriate print pipeline below. --- ## Text-to-3D Print Pipeline | Step | Action | Credits | Notes | |------|--------|---------|-------| | 1. Preview | Text to 3D (`mode: "preview"`) | 20 | Untextured mesh (white model) | | 2. Printability Check | Review checklist below | 0 | Manual review | | 3. Download OBJ | Download model as OBJ | 0 | Slicer-compatible format | | 4. Open in Slicer | Direct launch or manual import | 0 | See script below | | 5. (Optional) Multi-color | Refine + color guidance | 10 | See multi-color section | ## Image-to-3D Print Pipeline | Step | Action | Credits | Notes | |------|--...

Details

Author
Laic-parsiism709
Repository
Laic-parsiism709/meshy-3d-agent
Created
3 months ago
Last Updated
yesterday
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

meshy-3d-agent

Generate 3D models, textures, images, rig characters, animate them, and prepare for 3D printing using the Meshy AI API. Handles API key detection, task creation, polling, downloading, and full 3D print pipeline with slicer integration. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, 3D print a model, or interact with the Meshy API.

3 Updated yesterday
Laic-parsiism709
AI & Automation Solid

meshy-3d-generation

Generate 3D models, textures, images, rig characters, and animate them using the Meshy AI API. Handles API key detection, setup, and all generation workflows via direct HTTP calls. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, or interact with the Meshy API.

3 Updated yesterday
Laic-parsiism709
AI & Automation Listed

3d-print-modeling

Author and iterate on 3D-printable parts as parametric Python (trimesh + manifold3d + shapely), then view and screenshot them headlessly to verify. Use when the user wants to design, modify, or print a mechanical part, gear/worm drive, enclosure, bracket, or any FDM/resin model, anything involving STL/3MF/GLB, build123d-style geometry, watertight CSG, or "make this part / make it bigger / make it printable". Covers the view-screenshot-iterate loop and FDM design rules. For Bambu .3mf slicer export see the bambu-3mf-export skill; for importing STEP/IGES/foreign CAD see foreign-cad-import.

2 Updated yesterday
m-esm