ENH: update nonprefered_regions to new extrusion cali pattern
Change-Id: I90565150c74be7ff3065dc373874c38eb4468db4 (cherry picked from commit 1156d8eb88a4708064169fd9422b32c3f0d67ab9)
This commit is contained in:
parent
1b7050cc18
commit
96e03a6aa3
1 changed files with 1 additions and 2 deletions
|
@ -4077,8 +4077,7 @@ bool PartPlateList::preprocess_nonprefered_areas(arrangement::ArrangePolygons& r
|
|||
bool added = false;
|
||||
|
||||
std::vector<BoundingBoxf> nonprefered_regions;
|
||||
nonprefered_regions.emplace_back(Vec2d{ 45,0 }, Vec2d{ 225,25 }); // extrusion calibration region
|
||||
nonprefered_regions.emplace_back(Vec2d{ 25,0 }, Vec2d{ 50,60 }); // hand-eye calibration region
|
||||
nonprefered_regions.emplace_back(Vec2d{ 18,0 }, Vec2d{ 240,15 }); // new extrusion & hand-eye calibration region
|
||||
|
||||
//has exclude areas
|
||||
PartPlate* plate = m_plate_list[0];
|
||||
|
|
Loading…
Reference in a new issue