Files
OrcaSlicer-bambulab/src/slic3r/GUI
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
..
2021-04-30 11:49:57 +02:00
2021-02-08 17:52:29 +01:00
2021-01-29 10:47:02 +01:00
2020-11-26 14:34:54 +01:00
2021-02-08 17:52:29 +01:00
2020-12-14 12:23:29 +01:00
2021-01-29 10:47:02 +01:00
2021-04-01 08:24:19 +02:00
2021-04-01 08:24:19 +02:00
2021-04-21 13:49:24 +02:00
2020-10-23 07:51:58 +02:00
2021-02-08 17:52:29 +01:00
2021-03-02 12:19:49 +01:00
2021-03-30 23:04:42 +02:00
2021-01-27 11:43:48 +01:00
2021-02-19 20:09:57 +01:00