From f0e37d41a18e444bc8b5b15a81790d24c4eb4d38 Mon Sep 17 00:00:00 2001 From: remi Date: Tue, 25 Jul 2017 11:19:11 +0200 Subject: try a change for small walls --- xs/src/libslic3r/libslic3r.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3