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:
Diffstat (limited to 'src/libslic3r/Fill/FillSmooth.hpp')
-rw-r--r--src/libslic3r/Fill/FillSmooth.hpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libslic3r/Fill/FillSmooth.hpp b/src/libslic3r/Fill/FillSmooth.hpp
index 789978002..fa7a0b4b6 100644
--- a/src/libslic3r/Fill/FillSmooth.hpp
+++ b/src/libslic3r/Fill/FillSmooth.hpp
@@ -18,9 +18,9 @@ public:
fillPattern[0] = InfillPattern::ipRectilinearWGapFill;
fillPattern[1] = InfillPattern::ipRectilinear;
fillPattern[2] = InfillPattern::ipRectilinear;
- rolePass[0] = erSolidInfill;
- rolePass[1] = erTopSolidInfill;
- rolePass[2] = erTopSolidInfill;
+ rolePass[0] = erNone;// erTopSolidInfill;
+ rolePass[1] = erIroning;
+ rolePass[2] = erIroning;
percentWidth[0] = 1;
percentWidth[1] = 2;
percentWidth[2] = 1.0;
@@ -73,9 +73,9 @@ public:
fillPattern[0] = InfillPattern::ipHilbertCurve; //ipRectilinear
fillPattern[1] = InfillPattern::ipConcentric;
fillPattern[2] = InfillPattern::ipRectilinear;
- rolePass[0] = erTopSolidInfill;//erSolidInfill
- rolePass[1] = erSolidInfill;
- rolePass[2] = erTopSolidInfill;
+ rolePass[0] = erSolidInfill;//erSolidInfill
+ rolePass[1] = erTopSolidInfill;
+ rolePass[2] = erIroning;
percentWidth[0] = 1; //0.8
percentWidth[1] = 1.5;
percentWidth[2] = 2.8;
@@ -106,9 +106,9 @@ public:
fillPattern[0] = InfillPattern::ipHilbertCurve; //ipHilbertCurve
fillPattern[1] = InfillPattern::ipHilbertCurve;
fillPattern[2] = InfillPattern::ipRectilinear;
- rolePass[0] = erSolidInfill;
- rolePass[1] = erTopSolidInfill;
- rolePass[2] = erTopSolidInfill;
+ rolePass[0] = erTopSolidInfill;
+ rolePass[1] = erIroning;
+ rolePass[2] = erIroning;
percentWidth[0] = 1;
percentWidth[1] = 1.5;
percentWidth[2] = 1.0;