PrusaSlicer-NonPlainar/xs/src
bubnikv d65835f89b Improvement of region classification numerical stability.
The Clipper library is not stable when calcuating offsets of contours
with holes. Replaced a single call of offset2 with offset_ex(offset_ex()).
This is not the most efficient solution, but it fixes this problem.
Fixes https://github.com/prusa3d/Slic3r/issues/456
2017-12-14 13:26:44 +01:00
..
admesh admesh: changed header_num_facets to uint32 2017-10-03 12:41:53 +02:00
boost/nowide PlaceholderParser extended with {if}/{elsif}{else} blocks and 2017-11-26 09:59:14 +01:00
eigen Bundled Eigen library. 2017-03-29 18:19:57 +02:00
expat Fix of a warning in expat parser, which turns to an error 2017-02-26 23:35:44 +01:00
glew Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00
libslic3r Improvement of region classification numerical stability. 2017-12-14 13:26:44 +01:00
poly2tri Style fix: const for some functions 2015-11-04 20:49:19 +01:00
Shiny Shiny Profiler: Disable exponential dumping of the timing data. 2017-03-02 16:35:15 +01:00
slic3r/GUI Reverted the introduction of the "presets" subdir to store 2017-12-14 09:40:45 +01:00
clipper.cpp Moved some math macros (sqr, lerp, clamp) to libslic3r.h 2017-07-27 10:39:43 +02:00
clipper.hpp Experimental feature, which may make the Clipper offsets run faster 2017-07-13 15:52:19 +02:00
perlglue.cpp Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
polypartition.cpp Addtional check for TPPLPoly::operator= 2015-11-04 20:49:20 +01:00
polypartition.h Style fix: const for some functions 2015-11-04 20:49:19 +01:00
ppport.h
xsinit.h Next step of Perl to C++ configuration layer conversion. 2017-11-01 19:30:05 +01:00