mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: arachne overhang efficiency optimization
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I9b0954e24867b5f4a29e0e5d24708cd977ec22aa
This commit is contained in:
parent
d603315d72
commit
76cac6fac3
1 changed files with 2 additions and 2 deletions
|
@ -666,8 +666,8 @@ static ExtrusionEntityCollection traverse_extrusions(const PerimeterGenerator& p
|
||||||
}
|
}
|
||||||
|
|
||||||
BoundingBox extrusion_bboxs = get_extents(be_clipped);
|
BoundingBox extrusion_bboxs = get_extents(be_clipped);
|
||||||
//ExPolygons lower_slcier_chopped = *perimeter_generator.lower_slices;
|
extrusion_bboxs.offset(SCALED_EPSILON + it.first);
|
||||||
Polygons lower_slcier_chopped=ClipperUtils::clip_clipper_polygons_with_subject_bbox(*perimeter_generator.lower_slices, extrusion_bboxs, true);
|
Polygons lower_slcier_chopped=ClipperUtils::clip_clipper_polygons_with_subject_bbox(*perimeter_generator.lower_slices, extrusion_bboxs);
|
||||||
|
|
||||||
double start_pos = -it.first * 0.5;
|
double start_pos = -it.first * 0.5;
|
||||||
double end_pos = 0.5 * it.first;
|
double end_pos = 0.5 * it.first;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue