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
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-06-25 18:24:34 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-06-25 18:24:34 +0300
commit19d38f849817c5a1841a64d41d11bf614b11fd28 (patch)
treef3dc6a2c60caa55db223e966b6f63636184c9495 /xs
parenta4ad186dc3fe08b14006d2c06d1e7247cb8e1a8e (diff)
Follow-up to
Cherry-pick of 2e55898d78ddca4753adb60c9222c52bc9ee8ba8 Fix of an extremely slow bridging calculation, caused by an extremely slow bridged area detection function, of which the results were never used. Fixes "slicing fails or takes too long #5974"
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Layer.xsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xs/xsp/Layer.xsp b/xs/xsp/Layer.xsp
index fdcc26eb6..5d006e676 100644
--- a/xs/xsp/Layer.xsp
+++ b/xs/xsp/Layer.xsp
@@ -18,8 +18,6 @@
%code%{ RETVAL = &THIS->thin_fills; %};
Ref<SurfaceCollection> fill_surfaces()
%code%{ RETVAL = &THIS->fill_surfaces; %};
- Polygons bridged()
- %code%{ RETVAL = THIS->bridged; %};
Ref<ExtrusionEntityCollection> perimeters()
%code%{ RETVAL = &THIS->perimeters; %};
Ref<ExtrusionEntityCollection> fills()