PrusaSlicer-NonPlainar/xs
Chow Loong Jin 3d73fbf5fd Use float for elapsed_time
When accumulating elapsed_time from many moves that take less than 1
second, elapsed_time does not get incremented because (unsigned int)0.9
= 0.
2016-04-13 01:13:42 +08:00
..
lib/Slic3r Refactored the Config XS bindings 2015-12-16 12:33:19 +01:00
src Use float for elapsed_time 2016-04-13 01:13:42 +08:00
t Fixed type error 2016-03-26 12:21:54 +01:00
xsp Use float for elapsed_time 2016-04-13 01:13:42 +08:00
Build.PL Typo 2015-12-18 13:49:22 +01:00
MANIFEST Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
MANIFEST.SKIP