As-continuous-as-possible Extrusion-based Fabrication of Surface Models


ACM Transactions on Graphics


Fanchao Zhong1   Yonglai Xu1   Haisen Zhao*1,2,3   Lin Lu*1  


1Shandong University   2IST Austria   3University of Washington  


Our framework significantly improves the efficiency of fabrication and the quality of surface models.

 

Abstract


In this study, we propose a computational framework for optimizing the continuity of the toolpath in fabricating surface models on an extrusion-based 3D printer. Toolpath continuity is a critical issue that influences both the quality and the efficiency of extrusion-based fabrication. Transfer moves lead to rough and bumpy surfaces, where this phenomenon worsens for materials with large viscosity, like clay. The effects of continuity on the surface models are even more severe in terms of the quality of the surface and the stability of the model. We introduce a criterion called the “one-path patch” (OPP) to represent a patch on the surface of the shell that can be traversed along one path by considering the constraints on fabrication. We study the properties of the OPPs and their merging operations to propose a bottom-up OPP merging procedure to decompose the given shell surface into a minimal number of OPPs, and to generate the ”as-continuous-as-possible” (ACAP) toolpath. Furthermore, we augment the path planning algorithm with a curved-layer printing scheme that reduces staircase defects and improves the continuity of the toolpath by connecting multiple segments. We evaluated the ACAP algorithm on ceramic and thermoplastic materials, and the results showed that it improves the fabrication of surface models in terms of both efficiency and surface quality.



Video


 



Algorithm overview


Given a surface model and a feasible orientation, we horizontally slice along the Z-axis and represent the dependency relationship with a graph (a), where each node represents a segment or a contour and each edge represents the dependency between nodes. The input model is initially decomposed, and each decomposed patch can be printed continually. Their dependency relationships are shown in (b). Following this, we merge the small patches into larger, single, and printable patches, where this may yield multiple optimal merging solutions (c). We further reduce the number of patches for each solution by applying curved layers (d). For the optimal merging solution with the least number of patches, we generate the toolpath for each patch and assign the order of printing between them (e).



More results


Some results of ceramic 3D printing. The models in the top three rows are self-supporting. The OPP decomposition, toolpath, and results of printing obtained by using our method and Cura are shown in each row. The last three rows show models with supports. We built the support structures in advance and inserted them manually during fabrication.


Some results of FDM printing. Let-to-right: the OPP decomposition, toolpath, and results of printing by using our method and Cura. Compared with those of ceramic printing, the results of FDM had more OPPs owing to the shorter nozzle to avoid collisions. The surface quality was beter than that of ceramic printing using both methods.


The number of decomposed OPPs with models of diferent sizes (H indicates model height) and nozzles of diferent lengths for the Julia vase model in the FDM printing setup. As the length of the nozzle increased, the number of OPPs decreased significantly as fewer global collisions occurred.


The Julia vase model was decomposed into four OPPs with diferent textures


 

Downloads

 

BibTex

@article{zhong2022continuous,
title={As-continuous-as-possible Extrusion-based Fabrication of Surface Models},
author={Zhong, Fanchao and Xu, Yonglai and Zhao, Haisen and Lu, Lin},
journal={ACM Transactions on Graphics},
year={2022},
publisher={ACM New York, NY}
}

 

Acknowledgement

The authors would like to thank all the anonymous reviewers for their valuable comments and constructive suggestions. We thank Prof. Haitao Jiang for the insightful discussions on the algorithm design and complexity analysis, and Eazao company for providing the ceramic 3D printer. Thanks for the kitten model provided by the AIM@SHAPE Shape Repository and other models from Thingiverse. This work is supported in part by grants from NSFC (61972232), Science and Technology Program of Shenzhen, China (CJGJZD20200617102202007).