PrusaSlicer-NonPlainar/xs
bubnikv d1d6e907c5 Positive and negative zeros are possible in the floats, which are considered equal by the FP unit.
When using a memcmp on raw floats, those numbers report to be different.
Unify all +0 and -0 to +0 to make the floats equal under memcmp.
2016-11-16 09:31:18 +01:00
..
lib/Slic3r Fixed the fill density for rectilinear, triangular and cubic infills. 2016-10-27 17:03:57 +02:00
src Positive and negative zeros are possible in the floats, which are considered equal by the FP unit. 2016-11-16 09:31:18 +01:00
t Finished the SLIC3R_HAS_BROKEN_CROAK magic. 2016-11-08 10:59:43 +01:00
xsp re-wrote PrintObject::detect_surfaces_type() to C++, 2016-11-10 19:23:01 +01:00
Build.PL Compilation with an environment variable SLIC3R_HAS_BROKEN_CROAK set 2016-11-08 10:49:32 +01:00
MANIFEST Unit test to verify whether Slic3r would hang when croaking from 2016-11-06 17:42:36 +01:00
MANIFEST.SKIP Finished GCodeSender 2014-12-27 22:58:01 +01:00