Postpone seam picking for spNearest configuration to the place_seam method.
This commit is contained in:
parent
83f3ca27dc
commit
137fa35238
1 changed files with 20 additions and 18 deletions
|
@ -1308,6 +1308,7 @@ void SeamPlacer::init(const Print &print) {
|
||||||
BOOST_LOG_TRIVIAL(debug)
|
BOOST_LOG_TRIVIAL(debug)
|
||||||
<< "SeamPlacer: calculate_overhangs and layer embdedding: end";
|
<< "SeamPlacer: calculate_overhangs and layer embdedding: end";
|
||||||
|
|
||||||
|
if (configured_seam_preference != spNearest) { // For spNearest, the seam is picked in the place_seam method with actual nozzle position information
|
||||||
BOOST_LOG_TRIVIAL(debug)
|
BOOST_LOG_TRIVIAL(debug)
|
||||||
<< "SeamPlacer: pick_seam_point : start";
|
<< "SeamPlacer: pick_seam_point : start";
|
||||||
//pick seam point
|
//pick seam point
|
||||||
|
@ -1326,6 +1327,7 @@ void SeamPlacer::init(const Print &print) {
|
||||||
});
|
});
|
||||||
BOOST_LOG_TRIVIAL(debug)
|
BOOST_LOG_TRIVIAL(debug)
|
||||||
<< "SeamPlacer: pick_seam_point : end";
|
<< "SeamPlacer: pick_seam_point : end";
|
||||||
|
}
|
||||||
|
|
||||||
if (configured_seam_preference == spAligned) {
|
if (configured_seam_preference == spAligned) {
|
||||||
BOOST_LOG_TRIVIAL(debug)
|
BOOST_LOG_TRIVIAL(debug)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue