PrusaSlicer-NonPlainar/xs
bubnikv 47d904a628 Changed the Slic3r coordinate type from long to int32 to match
the point type on Windows / Linux / OSX
to achieve the same behavior on all the 32 / 64bit systems.
(Windows always treats the long as 32bit int, while Linux treats
long as a 64bit int).
2018-02-12 18:16:10 +01:00
..
lib/Slic3r Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
src Changed the Slic3r coordinate type from long to int32 to match 2018-02-12 18:16:10 +01:00
t Fixed configuration & validate C++ ports. 2017-10-27 16:11:06 +02:00
xsp Changed the Slic3r coordinate type from long to int32 to match 2018-02-12 18:16:10 +01:00
CMakeLists.txt Optimized the GCodeReader. 2018-01-03 17:29:49 +01:00
main.xs.in Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00