WIP TreeSupports: Some fixes, some clang specific workarounds,
some debugging code.
This commit is contained in:
parent
6bf335409f
commit
f971c392fe
5 changed files with 177 additions and 123 deletions
|
@ -43,7 +43,7 @@
|
|||
namespace Slic3r
|
||||
{
|
||||
|
||||
using LayerIndex = size_t;
|
||||
using LayerIndex = int;
|
||||
|
||||
//FIXME
|
||||
class Print;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue