Improved accuracy of slicing (triangle cutting) code,

improved debugging outputs and asserts of the slicing code.
Disabled detection of concave corners with horizontal faces,
as too often there were found models with badly triangulated faces,
see for example GH issue #895.
This commit is contained in:
bubnikv 2018-08-09 21:15:49 +02:00
parent 00e9f07a03
commit 0ea4557632
4 changed files with 78 additions and 35 deletions

View file

@ -48,6 +48,11 @@ trace(level, message)
CODE:
Slic3r::trace(level, message);
void
disable_multi_threading()
CODE:
Slic3r::disable_multi_threading();
void
set_var_dir(dir)
char *dir;