Object Packing and Scheduling for Sequential 3D Printing: a Linear Arithmetic Model and a CEGAR-inspired Optimal Solver
Pavel Surynek, Vojtěch Bubník, Lukáš Matěna, Petr Kubiš
TL;DR
The paper tackles arranging and scheduling objects for sequential 3D printing, where objects are produced one after another and the extruder must avoid collisions with prior prints. It introduces SEQ-PACK+S, a linear arithmetic formulation, and a CEGAR-inspired solver NRICLSolve-CEGAR-SEQ that iterative refines feasibility by checking geometric collisions. Experimental results show SMT-based solving (with Z3) outperforming CSP approaches, and demonstrate substantial efficiency gains from the CEGAR refinements when solving the sequential packing problem. This approach enables more robust and faster sequential 3D printing planning, with practical impact for improving print reliability and throughput.
Abstract
We address the problem of object arrangement and scheduling for sequential 3D printing. Unlike the standard 3D printing, where all objects are printed slice by slice at once, in sequential 3D printing, objects are completed one after other. In the sequential case, it is necessary to ensure that the moving parts of the printer do not collide with previously printed objects. We look at the sequential printing problem from the perspective of combinatorial optimization. We propose to express the problem as a linear arithmetic formula, which is then solved using a solver for satisfiability modulo theories (SMT). However, we do not solve the formula expressing the problem of object arrangement and scheduling directly, but we have proposed a technique inspired by counterexample guided abstraction refinement (CEGAR), which turned out to be a key innovation to efficiency.
