Prepare models for 3D printing (FDM/FFF and resin) — design-for-printing rules (wall thickness, overhangs, tolerances/clearances, orientation, supports, bridging), material selection (PLA/PETG/ABS/ASA/TPU/resin), slicer settings (layer height, walls, infill, temps, speed), and STL sanity checks. Includes a stdlib STL analyzer (bounding box, volume, triangle count, degenerate-triangle check). Use when the user has an STL/model to print, asks about print settings, supports, orientation, why a print failed, material choice, or how to make a part printable.
$npx -y skills add nocetic/flowly --skill 3d-printingInstalls into the current project.
Run `npx skills use "https://github.com/nocetic/flowly" --skill "nocetic/flowly/3d-printing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nocetic/flowly" that are relevant to the current task. Run `npx skills add "https://github.com/nocetic/flowly"` and select the relevant skills, then follow their instructions.