mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 00:55:58 +08:00
typos
This commit is contained in:
parent
d6d4fc7764
commit
6614605350
@ -244,11 +244,12 @@ void PerimeterGenerator::process()
|
|||||||
|
|
||||||
if (this->config->no_perimeter_unsupported_algo == npuaBridges) {
|
if (this->config->no_perimeter_unsupported_algo == npuaBridges) {
|
||||||
ExPolygons unbridgeable = unsupported_filtered;
|
ExPolygons unbridgeable = unsupported_filtered;
|
||||||
for (ExPolygon &expol : unbridgeable)expol.holes.clear();
|
for (ExPolygon &expol : unbridgeable)
|
||||||
|
expol.holes.clear();
|
||||||
unbridgeable = diff_ex(unbridgeable, bridgeable_simplified);
|
unbridgeable = diff_ex(unbridgeable, bridgeable_simplified);
|
||||||
unbridgeable = offset2_ex(unbridgeable, -ext_perimeter_width*2, ext_perimeter_width*2);
|
unbridgeable = offset2_ex(unbridgeable, -ext_perimeter_width*2, ext_perimeter_width*2);
|
||||||
ExPolygons bridges_temp = intersection_ex(last, diff_ex(unsupported_filtered, unbridgeable));
|
ExPolygons bridges_temp = intersection_ex(last, diff_ex(unsupported_filtered, unbridgeable));
|
||||||
//remove the overhangs section form the surface polygons
|
//remove the overhangs section from the surface polygons
|
||||||
ExPolygons reference = last;
|
ExPolygons reference = last;
|
||||||
last = diff_ex(last, unsupported_filtered);
|
last = diff_ex(last, unsupported_filtered);
|
||||||
//ExPolygons no_bridge = diff_ex(offset_ex(unbridgeable, ext_perimeter_width * 3 / 2), last);
|
//ExPolygons no_bridge = diff_ex(offset_ex(unbridgeable, ext_perimeter_width * 3 / 2), last);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user