1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry picked from @alexrj 66591bcc556c01572ec7519b1f8cb4ee2d430685

This commit is contained in:
Alessandro Ranellucci
2016-11-26 12:28:39 +01:00
committed by bubnikv
parent 3e8cafa857
commit 86c8207d31
5 changed files with 202 additions and 133 deletions
+2
View File
@@ -111,6 +111,8 @@ _constant()
void process_external_surfaces();
void discover_vertical_shells();
void bridge_over_infill();
void _make_perimeters();
void _infill();
int ptr()
%code%{ RETVAL = (int)(intptr_t)THIS; %};