What problem does it solve?
Editing 3D printing files often requires adjusting hole diameters or fixing mesh defects, which normally demands manual work in CAD software. This Skill lets you inspect, modify, and repair 3MF mesh geometry directly from the command line with machine-readable output.
Core Features & Use Cases
- Hole Detection and Resizing: Detect cylindrical holes via multi-plane cross-section analysis and resize them by radial vertex scaling while preserving mesh topology.
- Mesh Repair and Comparison: Fix degenerate faces, duplicate vertices, and normals, and compare two 3MF files to spot differences.
- Slicer Compatibility: Preserves BambuStudio and PrusaSlicer metadata when repacking modified files.
- Use Case: You downloaded a 3D model whose mounting holes are 4.0mm but your screws are 4.2mm. Run the resize command targeting the detected holes to produce a corrected file ready for slicing.
Quick Start
Ask the agent to inspect the holes in your 3MF file and resize them to your target diameter, saving the result as a new file.