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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi <remi-j.durand@thalesgroup.com>2017-07-25 12:19:11 +0300
committerremi <remi-j.durand@thalesgroup.com>2017-07-25 12:19:11 +0300
commitf0e37d41a18e444bc8b5b15a81790d24c4eb4d38 (patch)
tree9278ae0102e59ae9bcf7f3df5bf5ed78c4b43d92
parent81823fe7dfa5aa1282ff921c36f66b08a02de63c (diff)
try a change for small wallsremi
-rw-r--r--xs/src/libslic3r/libslic3r.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h
index b69d9c564..29ec8f485 100644
--- a/xs/src/libslic3r/libslic3r.h
+++ b/xs/src/libslic3r/libslic3r.h
@@ -38,7 +38,8 @@ typedef double coordf_t;
#define LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER 0.15
// Maximum perimeter length for the loop to apply the small perimeter speed.
#define SMALL_PERIMETER_LENGTH (6.5 / SCALING_FACTOR) * 2 * PI
-#define INSET_OVERLAP_TOLERANCE 0.4
+// overlap for thin wall into normal path (from 1=100% to 0 = 0%, old default = 0.4)
+#define INSET_OVERLAP_TOLERANCE 0.95
// 3mm ring around the top / bottom / bridging areas.
//FIXME This is quite a lot.
#define EXTERNAL_INFILL_MARGIN 3.