Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-02-13 16:55:54 +0300
committerbubnikv <bubnikv@gmail.com>2018-02-13 16:55:54 +0300
commit030fc9c32041c94675cab678aedcf31c24db72a6 (patch)
tree882fbeb4ca080185cc00488a54a62f1e27f44ccf /xs/src/libslic3r/libslic3r.h
parentf4522cd2fc193d747fbbce566b028ba62ffd0ddd (diff)
parenta5e48cdf4d824fdec8a97d1f1569e58595d0990e (diff)
Merge branch 'master' into gcode_preview
Diffstat (limited to 'xs/src/libslic3r/libslic3r.h')
-rw-r--r--xs/src/libslic3r/libslic3r.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h
index 5a6a0eaeb..0f192c37c 100644
--- a/xs/src/libslic3r/libslic3r.h
+++ b/xs/src/libslic3r/libslic3r.h
@@ -17,8 +17,8 @@
#define SLIC3R_VERSION "1.39.0"
#define SLIC3R_BUILD "UNKNOWN"
-typedef long coord_t;
-typedef double coordf_t;
+typedef int32_t coord_t;
+typedef double coordf_t;
//FIXME This epsilon value is used for many non-related purposes:
// For a threshold of a squared Euclidean distance,