Files
OrcaSlicer-bambulab/src/libslic3r/Fill
Vojtech Bubnik 9fbba855ef Clipper optimization:
1) Removed the already commented-out scaling / unscaling when doing
   "safe offsetting"
2) Removed some of the "safe offsetting" at calls where it never was used.
3) Reworked Clipper & ClipperUtils to pass Polygons / ExPolygons / Surfaces
   as input parameters without conversion to ClipperLib::Paths. This
   should save a lot of memory allocation and copying.
4) Reworked conversions from ClipperLib::Paths & PolyTree to Polygons /
   ExPolygons to use the move operator to avoid many unnecessary allocations.
5) Reworked some "union with safe ofsetting" to "offset_ex", which should
   be cheaper.
2021-04-30 11:49:57 +02:00
..
2020-11-16 13:11:58 +01:00
2021-01-29 10:46:33 +01:00
2021-01-29 10:46:33 +01:00
2021-04-30 11:49:57 +02:00
2020-11-16 13:11:58 +01:00
2020-11-16 13:11:58 +01:00
2020-11-16 13:11:58 +01:00