From 96e03a6aa3d0b2fb181054f4712cdf0aae23926b Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 4 Jul 2023 16:41:57 +0800 Subject: [PATCH] ENH: update nonprefered_regions to new extrusion cali pattern Change-Id: I90565150c74be7ff3065dc373874c38eb4468db4 (cherry picked from commit 1156d8eb88a4708064169fd9422b32c3f0d67ab9) --- src/slic3r/GUI/PartPlate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index 8eb89bad6..b7511a8bb 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -4077,8 +4077,7 @@ bool PartPlateList::preprocess_nonprefered_areas(arrangement::ArrangePolygons& r bool added = false; std::vector 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];