Fix the tests after EigenMesh3D refactor

This commit is contained in:
tamasmeszaros 2020-06-02 17:15:08 +02:00
parent dc725ecbad
commit 10c59b0d00
3 changed files with 8 additions and 2 deletions

View file

@ -7,7 +7,7 @@
// There is an implementation of a hole-aware raycaster that was eventually
// not used in production version. It is now hidden under following define
// for possible future use.
#define SLIC3R_HOLE_RAYCASTER
// #define SLIC3R_HOLE_RAYCASTER
#ifdef SLIC3R_HOLE_RAYCASTER
#include "libslic3r/SLA/Hollowing.hpp"