PrusaSlicer-NonPlainar/lib/Slic3r/GUI
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
..
Controller Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
OptionsGroup Editable text control for specifying the cut Z in cut dialog 2015-12-19 20:38:50 +01:00
Plater CLIPPER_OFFSET_SCALE was made a power of two, the scaling functions 2016-11-28 17:33:17 +01:00
2DBed.pm by alexrj: Fixes in GCodeSender to reset the connection after it breaks. 2016-10-24 14:07:38 +02:00
3DScene.pm Increased the gimbal lock threshold to 170 degrees from 150 degrees. 2016-11-16 09:24:27 +01:00
AboutDialog.pm Defined the +-* operators on Pointf. 2016-10-21 16:53:42 +02:00
BedShapeDialog.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
BonjourBrowser.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
ConfigWizard.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
Controller.pm Suppress the '- default -' selection of Print/Filament/Printer settings 2016-10-24 16:07:36 +02:00
MainFrame.pm On Windows, load the icon either from the exe, or fron the ico file. 2016-11-20 14:22:26 +01:00
Notifier.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
OptionsGroup.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
Plater.pm Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11 2016-11-04 15:03:51 +01:00
Preferences.pm "Background slice now" function, initial implementation by @lordofhyphens 2016-10-25 13:24:42 +02:00
ProgressStatusBar.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
Projector.pm Documented the purpose of various perl modules. 2016-09-14 11:22:41 +02:00
SimpleTab.pm A new feature "support_material_buildplate_only" implemented. 2016-10-04 13:54:10 +02:00
Tab.pm New feature: Propose to enable "detect bridging perimeters" 2016-11-11 15:05:39 +01:00