PrusaSlicer-NonPlainar/lib/Slic3r/GUI/Plater
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
..
2D.pm CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
2DToolpaths.pm Fix of https://github.com/prusa3d/Slic3r/issues/16 2016-11-08 17:13:16 +01:00
3D.pm Fixed dragging in 3D plater having some glitches with multipart objects 2016-03-19 22:31:07 +01:00
3DPreview.pm Fixed https://github.com/prusa3d/Slic3r/issues/27 2016-11-11 12:00:40 +01:00
3DToolpaths.pm Draft of a 3D toolpaths preview. 2016-09-26 12:38:29 +02:00
ObjectCutDialog.pm Disabled live preview by default as it is not stable and/or the calculation takes too long for interactive usage. 2016-11-13 23:35:56 +01:00
ObjectPartsPanel.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
ObjectSettingsDialog.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
OverrideSettingsPanel.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00