mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:35:58 +08:00
Do not pick seam point in vase mode
This commit is contained in:
parent
d361b663a2
commit
4e157b7765
@ -2292,7 +2292,7 @@ struct SmoothPathGenerator {
|
||||
|
||||
if (auto loop = dynamic_cast<const ExtrusionLoop *>(extrusion_entity)) {
|
||||
Point seam_point = previous_position ? previous_position->local_point : Point::Zero();
|
||||
if (loop->role().is_perimeter() && layer != nullptr) {
|
||||
if (!config.spiral_vase && loop->role().is_perimeter() && layer != nullptr) {
|
||||
seam_point = this->seam_placer.place_seam(layer, *loop, seam_point);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user