PrusaSlicer-NonPlainar/lib/Slic3r/Print
bubnikv 695c92fb00 CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions
inside ClipperUtils are now using bit shifts instead of multiplication
by doubles, which makes the scaling precise.

Removed the scale parameter from all offset functions.

Modified the safety offset to calculate offset per polygon instead
of over all polygons at once. The old way was not safe and very slow,
sometimes this meant a kiss of death for supports for example.
2016-11-28 17:33:17 +01:00
..
GCode.pm Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
Object.pm CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
Simple.pm Documented perl modules. 2016-09-13 11:24:55 +02:00
State.pm Documented perl modules. 2016-09-13 11:24:55 +02:00
SupportMaterial.pm CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00