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:
authorbubnikv <bubnikv@gmail.com>2019-09-04 17:11:16 +0300
committerbubnikv <bubnikv@gmail.com>2019-09-04 17:11:16 +0300
commitd146a0237e51b15ba39bb5c2a45e9d208e50b4cf (patch)
treee779bc1f0f01fb8da7c0ab38d4387b11e4061b4f /xs
parent308f601a99c633ec6313d3ac404810bce4f36e4d (diff)
WIP: Reworked the infill generator to merge areas with the same
properties. Note for Vojtech: Review src/libslic3r/Fill/Fill.cpp once again, add test for G-code generator properties (extrusion speed, cooling?) Fixes Modifier slice/move efficiency #1005
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Filler.xsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/xs/xsp/Filler.xsp b/xs/xsp/Filler.xsp
index 5f04e7348..34a6d33be 100644
--- a/xs/xsp/Filler.xsp
+++ b/xs/xsp/Filler.xsp
@@ -65,13 +65,6 @@ new_from_type(CLASS, type)
OUTPUT:
RETVAL
-void
-make_fill(CLASS, layer_region, out_append)
- char* CLASS;
- LayerRegion* layer_region;
- ExtrusionEntityCollection* out_append;
- CODE:
- make_fill(*layer_region, *out_append);
%}
};