mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
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:
parent
00e9f07a03
commit
0ea4557632
4 changed files with 78 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue