Story Details

  • Show HN: 3D printing giant things with a Python jigsaw generator

    Posted: 2025-01-23 13:35:04

    Cal Bryant created a Python script to generate interlocking jigsaw puzzle pieces for 3D models, enabling the printing of objects larger than a printer's build volume. The script slices the model into customizable, interlocking chunks that can be individually printed and then assembled. The blog post details the process, including the Python code, demonstrating its use with a large articulated dragon model printed in PLA. The jigsaw approach simplifies large-scale 3D printing by removing the need for complex post-processing and allowing for greater design freedom.

    Summary of Comments ( 29 )
    https://news.ycombinator.com/item?id=42803822

    HN commenters generally praised the project for its cleverness and potential applications. Several suggested improvements or alternative approaches, such as using dovetails for stronger joints, exploring different infill patterns for lighter prints, and considering kerf bends for curved surfaces. Some pointed out existing tools like OpenSCAD that could be leveraged. There was discussion about the practicality of printing large objects in pieces and the challenges of assembly, with suggestions like numbered pieces and alignment features. A few users expressed interest in using the tool for specific projects like building a kayak or a large enclosure. The creator responded to several comments, clarifying design choices and acknowledging the suggestions for future development.