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-03-14 22:08:34 +0300
committerbubnikv <bubnikv@gmail.com>2018-03-14 22:08:34 +0300
commit61ae78432ce92adb47ea6a7eb3aca65bb353459e (patch)
tree7e3e58bee465d757e530f02c7228bb8207dff215 /xs/src/libslic3r/SupportMaterial.cpp
parent4351187ce5c4a8b473575e5c6a57ce4d94caeeac (diff)
Removed the unsupported "pillars" support pattern.
Diffstat (limited to 'xs/src/libslic3r/SupportMaterial.cpp')
-rw-r--r--xs/src/libslic3r/SupportMaterial.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/src/libslic3r/SupportMaterial.cpp b/xs/src/libslic3r/SupportMaterial.cpp
index b8df67ba6..0cecf0014 100644
--- a/xs/src/libslic3r/SupportMaterial.cpp
+++ b/xs/src/libslic3r/SupportMaterial.cpp
@@ -2491,7 +2491,6 @@ void PrintObjectSupportMaterial::generate_toolpaths(
infill_pattern = ipRectilinear;
break;
case smpHoneycomb:
- case smpPillars:
infill_pattern = ipHoneycomb;
break;
}