mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 06:22:03 +08:00
Fix of utilization of the front part of the plate for object scheduling.
This commit is contained in:
parent
78c8463c15
commit
a2dd47cec7
@ -641,10 +641,10 @@ void introduce_ConsequentialFixedPointOutsidePolygon(z3::solver &Solv
|
|||||||
z3::context &Context,
|
z3::context &Context,
|
||||||
const Rational &dec_value_X1,
|
const Rational &dec_value_X1,
|
||||||
const Rational &dec_value_Y1,
|
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_X2,
|
||||||
const z3::expr &dec_var_Y2,
|
const z3::expr &dec_var_Y2,
|
||||||
const Rational &dec_value_T2,
|
const z3::expr &dec_var_T2,
|
||||||
const Slic3r::Polygon &polygon);
|
const Slic3r::Polygon &polygon);
|
||||||
|
|
||||||
void introduce_PointOutsideFixedPolygon(z3::solver &Solver,
|
void introduce_PointOutsideFixedPolygon(z3::solver &Solver,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user