From a2dd47cec705ea2a4b47edf25421f2b7a78aed60 Mon Sep 17 00:00:00 2001 From: surynek Date: Mon, 7 Oct 2024 01:26:45 +0200 Subject: [PATCH] Fix of utilization of the front part of the plate for object scheduling. --- src/libseqarrange/src/seq_sequential.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libseqarrange/src/seq_sequential.hpp b/src/libseqarrange/src/seq_sequential.hpp index b8c8aa1f92..2bbbeed567 100644 --- a/src/libseqarrange/src/seq_sequential.hpp +++ b/src/libseqarrange/src/seq_sequential.hpp @@ -641,10 +641,10 @@ void introduce_ConsequentialFixedPointOutsidePolygon(z3::solver &Solv z3::context &Context, const Rational &dec_value_X1, const Rational &dec_value_Y1, - const z3::expr &dec_var_T1, + const Rational &dec_value_T1, const z3::expr &dec_var_X2, const z3::expr &dec_var_Y2, - const Rational &dec_value_T2, + const z3::expr &dec_var_T2, const Slic3r::Polygon &polygon); void introduce_PointOutsideFixedPolygon(z3::solver &Solver,