mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:45:53 +08:00
Fixed regression causing hangs and bad extra perimeter calculation. Spotted by @lordofhyphens #3613 #3614
This commit is contained in:
parent
7472077540
commit
8f0d8f2096
@ -701,7 +701,7 @@ PrintObject::_make_perimeters()
|
||||
while (true) {
|
||||
// compute the total thickness of perimeters
|
||||
const coord_t perimeters_thickness = ext_perimeter_width/2 + ext_perimeter_spacing/2
|
||||
+ (region.config.perimeters-1 + region.config.extra_perimeters) * perimeter_spacing;
|
||||
+ (region.config.perimeters-1 + slice->extra_perimeters) * perimeter_spacing;
|
||||
|
||||
// define a critical area where we don't want the upper slice to fall into
|
||||
// (it should either lay over our perimeters or outside this area)
|
||||
|
Loading…
x
Reference in New Issue
Block a user