WIP TreeSupports: Some fixes, some clang specific workarounds,

some debugging code.
This commit is contained in:
Vojtech Bubnik 2022-08-02 13:36:05 +02:00
parent 6bf335409f
commit f971c392fe
5 changed files with 177 additions and 123 deletions

View file

@ -43,7 +43,7 @@
namespace Slic3r
{
using LayerIndex = size_t;
using LayerIndex = int;
//FIXME
class Print;